From 532744b4eb11f11abb6491b7cfeb451fc2da538d Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 28 Jul 2014 18:49:53 -0700 Subject: [PATCH] :memo: Mention installed apm command --- docs/build-instructions/linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build-instructions/linux.md b/docs/build-instructions/linux.md index 9d2a98197..22308e81d 100644 --- a/docs/build-instructions/linux.md +++ b/docs/build-instructions/linux.md @@ -36,7 +36,7 @@ Create the atom application at `$TMPDIR/atom-build/Atom`: script/build ``` -Install the `atom` command to `/usr/local/bin/atom`: +Install the `atom` and `apm` commands to `/usr/local/bin`: ```sh sudo script/grunt install