Update installation instructions

This commit is contained in:
probablycorey
2013-06-20 17:10:11 -07:00
parent 93d6a80bc6
commit ba08123abc
2 changed files with 6 additions and 2 deletions

View File

@@ -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`

View File

@@ -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