mirror of https://github.com/CrimsonTome/tldr.git
Merge branch 'bharadwaj-raju-patch-2'
commit
1f9abf9889
|
@ -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…
Reference in New Issue