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

Commit

Permalink
Changed order of terminal commands for binaries rebuilding
Browse files Browse the repository at this point in the history
You've to initialise and update submodules before running `npm install`, because it automatically runs building script.
  • Loading branch information
kamilogorek committed Nov 4, 2013
1 parent 821975f commit e53553e
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 e53553e

Please sign in to comment.