From fe4016a49dcf021e4a7ab8ab928be3cbf9d00bd9 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 5 May 2014 17:37:38 -0700 Subject: [PATCH] :penguin: Mention separate build/install --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b0ba50b1c..f0bab9f56 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,8 @@ Atom will automatically update when a new release is available. ```sh git clone git@github.com:atom/atom.git cd atom - script/build # Creates application at /Applications/Atom.app + script/build # Creates application at /tmp/atom-build/Atom + sudo script/grunt install # Installs command to /usr/local/bin/atom ``` **Windows Requirements** @@ -51,7 +52,7 @@ Atom will automatically update when a new release is available. * Add `C:\Python27;C:\Program Files\nodejs;C:\Users\\github\atom\node_modules\` to your PATH * Open the Windows GitHub shell - + ```sh cd C:\Users\\github\atom script/build