Commit f243bcd8 by Andrew Nesbitt

Merge pull request #179 from kamilogorek/patch-1

Changed order of terminal commands for binaries rebuilding
parents 821975ff e53553e4
......@@ -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