* pages/*, style-guide: update pages, fix Markdown (commit 1) * Update pages * style-guide.de: update page * Apply suggestions from code review Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> * pip3: remove search command * rpm: update path placeholder Co-authored-by: pixel <pixel+github@chrissx.de> * Update pages/linux/pkgfile.md Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --------- Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> Co-authored-by: pixel <pixel+github@chrissx.de>
327 B
327 B
apm
Atom editor Package Manager. See
atom. More information: https://github.com/atom/apm.
- Install a package from http://atom.io/packages or a theme from http://atom.io/themes:
apm install {{package}}
- Remove a package/theme:
apm remove {{package}}
- Upgrade a package/theme:
apm upgrade {{package}}