mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 09:44:55 +02:00
Merge branch 'bharadwaj-raju-patch-2'
This commit is contained in:
commit
1f9abf9889
2 changed files with 18 additions and 1 deletions
16
pages/common/apm.md
Normal file
16
pages/common/apm.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# apm
|
||||
|
||||
> Atom editor Package Manager.
|
||||
> See `atom`.
|
||||
|
||||
- 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}}`
|
|
@ -1,6 +1,7 @@
|
|||
# atom
|
||||
|
||||
> A cross-platform text editor.
|
||||
> A cross-platform pluggable text editor.
|
||||
> Plugins are managed by `apm`.
|
||||
|
||||
- Open a file or folder:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue