From e53553e4243cc28feb0cf1bdb4a42874fdbd64d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Og=C3=B3rek?= Date: Mon, 4 Nov 2013 09:59:57 +0100 Subject: [PATCH] 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. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 928d4a509..66c1410c4 100644 --- a/README.md +++ b/README.md @@ -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