diff --git a/docs/customizing-atom.md b/docs/customizing-atom.md index 752c7d74d..54648661b 100644 --- a/docs/customizing-atom.md +++ b/docs/customizing-atom.md @@ -19,6 +19,16 @@ Themes` section on the `Packages` tab within the Settings panel. You can install non-bundled packages by going to the `Available Packages` section on the `Packages` tab within the Settings panel (`cmd-,`). +You can also install packages from the command line using the +[apm](https://github.com/atom/apm) command: + +`apm install ` to install the latest version. + +`apm install @` to install a specific version. + +For example `apm install emmet@0.1.5` installs the `0.1.5` release of the +[Emmet](https://github.com/atom/emmet) package into `~/.atom/packages`. + ## Customizing Key Bindings Atom keymaps work similarly to stylesheets. Just as stylesheets use selectors