mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 11:29:59 +03:00
290 B
290 B
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}}