Commit 735b718d by Adeel Mujahid

README: Updates build commands.

parent 1d5fa346
...@@ -326,8 +326,9 @@ git clone --recursive https://github.com/sass/node-sass.git ...@@ -326,8 +326,9 @@ git clone --recursive https://github.com/sass/node-sass.git
cd node-sass cd node-sass
git submodule update --init --recursive git submodule update --init --recursive
npm install npm install
npm install -g node-gyp node scripts/build -f # use -d switch for debug release
node-gyp rebuild # to make debug release, use -d switch # if succeeded, it will generate and move
# the binary in vendor directory.
``` ```
## Command Line Interface ## Command Line Interface
......
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