Commit 9b471a6d by Andrew Nesbitt

Merge pull request #342 from arian/patch-1

Fix README to update the submodule with --recursive
parents d918895d 0247dad6
...@@ -213,7 +213,7 @@ Check out the project: ...@@ -213,7 +213,7 @@ Check out the project:
git clone https://github.com/sass/node-sass.git git clone https://github.com/sass/node-sass.git
cd node-sass cd node-sass
git submodule init git submodule init
git submodule update git submodule update --recursive
npm install npm install
npm install -g node-gyp npm install -g node-gyp
node-gyp rebuild node-gyp rebuild
......
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