mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-01 13:17:58 +01:00
Add apm
info to atom.md
Add basic commands for `apm` (the package manager for Atom) to `atom.md`.
This commit is contained in:
parent
bcbf7e35fd
commit
634e2ee8b4
1 changed files with 12 additions and 0 deletions
|
@ -9,3 +9,15 @@
|
||||||
- Open a file or folder in a new window:
|
- Open a file or folder in a new window:
|
||||||
|
|
||||||
`atom -n {{path/to/file/or/folder}}`
|
`atom -n {{path/to/file/or/folder}}`
|
||||||
|
|
||||||
|
- Install packages from http://atom.io/packages and themes from http://atom.io/themes
|
||||||
|
|
||||||
|
`apm install {{package_name}}`
|
||||||
|
|
||||||
|
- Remove packages/themes
|
||||||
|
|
||||||
|
`apm remove {{package_name}}`
|
||||||
|
|
||||||
|
- Upgrade packages/themes
|
||||||
|
|
||||||
|
`apm upgrade {{package_name}}`
|
||||||
|
|
Loading…
Reference in a new issue