diff --git a/README.md b/README.md index 746ee91e6..de6329b51 100644 --- a/README.md +++ b/README.md @@ -21,4 +21,8 @@ It will automatically update when a new release is available. 1. `gh-setup atom` - 2. `cd ~/github/atom && ./script/bootstrap && grunt install` + 2. `cd ~/github/atom` + + 3. `./script/bootstrap` + + 4. `./script/build` diff --git a/Rakefile b/Rakefile index 073cb4a58..667521d72 100644 --- a/Rakefile +++ b/Rakefile @@ -5,7 +5,7 @@ rule "" do |t| tl;dr ----- - Run ./script/bootstrap again, then use grunt install instead + Run ./script/bootstrap again, then use ./script/build instead of rake install. HELP