1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/apm.md

18 lines
341 B
Markdown
Raw Normal View History

2016-02-25 22:11:24 +02:00
# apm
> Atom editor Package Manager.
> See `atom`.
2019-06-09 00:05:26 +01:00
> More information: <https://github.com/atom/apm>.
2016-02-25 22:11:24 +02:00
- 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}}`