mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 12:02:08 +02:00
17 lines
341 B
Markdown
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}}`
|