Commit e53553e4 by Kamil Ogórek

Changed order of terminal commands for binaries rebuilding

You've to initialise and update submodules before running `npm install`, because it automatically runs building script.
parent 821975ff
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment