mirror of https://github.com/CrimsonTome/tldr.git
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}}