Merge pull request #841 from b1rdex/patch-1

No need for sudoing local npm install
This commit is contained in:
Igor Zhukov 2015-07-26 21:36:35 +03:00
commit e828e25a7a

View File

@ -58,7 +58,7 @@ Install [node.js](http://nodejs.org/) and run following commands in the project
```
sudo npm install -g gulp
sudo npm install
npm install
```
This will install all the needed dependencies.