mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 10:42:07 +02:00
341 B
341 B
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}}