Skip to content

Commit

Permalink
apm: create page, atom: decouple
Browse files Browse the repository at this point in the history
  • Loading branch information
igorshubovych committed Feb 25, 2016
1 parent 185ac24 commit 3fed396
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 13 deletions.
16 changes: 16 additions & 0 deletions pages/common/apm.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# 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}}`
15 changes: 2 additions & 13 deletions pages/common/atom.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# atom

> A cross-platform text editor.
> A cross-platform pluggable text editor.
> Plugins are managed by `apm`.
- Open a file or folder:

Expand All @@ -9,15 +10,3 @@
- Open a file or folder in a new window:

`atom -n {{path/to/file/or/folder}}`

- 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}}`

0 comments on commit 3fed396

Please sign in to comment.