From 97dbe0d3b2b8de941eae8145afc54d048cdeb522 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Fri, 6 Dec 2013 12:26:09 -0800 Subject: [PATCH] :memo: Wording tweaks and link to apm and emmet --- docs/customizing-atom.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/customizing-atom.md b/docs/customizing-atom.md index 14e03257b..efa18f5f8 100644 --- a/docs/customizing-atom.md +++ b/docs/customizing-atom.md @@ -19,11 +19,15 @@ 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-,`). -To manually install a package or theme... +You can also install packages from the command line using the +[apm](https://github.com/atom/apm) command: -`apm install ` +`apm install ` to install the latest version. -`apm install @`. For example `apm install emmet@0.1.5` installs the `0.1.5` release of Emmet into Atom. +`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