1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 12:02:08 +02:00
tldr/pages/common/apm.md
2019-06-09 18:53:49 +02:00

17 lines
341 B
Markdown

# apm
> Atom editor Package Manager.
> See `atom`.
> More information: <https://github.com/atom/apm>.
- 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}}`