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

Commit

Permalink
Removed sudo from npm install -g mean-cli in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kfuchs committed Jan 10, 2015
1 parent bde2412 commit b2377dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b2377dd

Please sign in to comment.