Browse Source

Merge pull request #841 from b1rdex/patch-1

No need for sudoing local npm install
master
Igor Zhukov 9 years ago
parent
commit
e828e25a7a
  1. 2
      README.md

2
README.md

@ -58,7 +58,7 @@ Install [node.js](http://nodejs.org/) and run following commands in the project @@ -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.

Loading…
Cancel
Save