Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #179 from kamilogorek/patch-1
Browse files Browse the repository at this point in the history
Changed order of terminal commands for binaries rebuilding
  • Loading branch information
andrew committed Nov 4, 2013
2 parents 821975f + e53553e commit f243bcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,10 @@ Check out the project:
git clone https://github.com/andrew/node-sass.git
cd node-sass
npm install
npm install -g node-gyp
git submodule init
git submodule update
npm install
npm install -g node-gyp
node-gyp rebuild
Replace the prebuild binary with your newly generated one
Expand Down

0 comments on commit f243bcd

Please sign in to comment.