Skip to content
This repository was archived by the owner on Aug 30, 2021. It is now read-only.

Commit b2377dd

Browse files
committed
Removed sudo from npm install -g mean-cli in doc
1 parent bde2412 commit b2377dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ $ npm install -g bower
2727
* 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:
2828

2929
```bash
30-
$ sudo npm install -g grunt-cli
30+
$ npm install -g grunt-cli
3131
```
3232

3333
## Downloading MEAN.JS

0 commit comments

Comments
 (0)