Add apm info to atom.md

Earlier pull request had syntax errors; fixed
This commit is contained in:
Bharadwaj Raju
2016-02-20 16:06:45 +05:30
parent 634e2ee8b4
commit 9a88d3b049

View File

@@ -10,14 +10,14 @@
`atom -n {{path/to/file/or/folder}}`
- Install packages from http://atom.io/packages and themes from http://atom.io/themes
- Install packages from http://atom.io/packages and themes from http://atom.io/themes:
`apm install {{package_name}}`
- Remove packages/themes
- Remove packages/themes:
`apm remove {{package_name}}`
- Upgrade packages/themes
- Upgrade packages/themes:
`apm upgrade {{package_name}}`