Removed sudo from npm install -g mean-cli in doc

This commit is contained in:
Kirill Fuchs
2015-01-09 20:21:51 -05:00
parent bde2412e2a
commit b2377ddfb3

View File

@@ -27,7 +27,7 @@ $ npm install -g bower
* Grunt - You're going to use the [Grunt Task Runner](http://gruntjs.com/) to automate your development process. Make sure you've installed Node.js and npm first, then install grunt globally using npm:
```bash
$ sudo npm install -g grunt-cli
$ npm install -g grunt-cli
```
## Downloading MEAN.JS