mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 20:02:09 +02:00
16 lines
290 B
Markdown
16 lines
290 B
Markdown
# 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}}`
|