From b2377ddfb3d4241e856a1d3dd5af98ef3c29e1e5 Mon Sep 17 00:00:00 2001 From: Kirill Fuchs Date: Fri, 9 Jan 2015 20:21:51 -0500 Subject: [PATCH] Removed sudo from npm install -g mean-cli in doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85b42010..5fff8790 100644 --- a/README.md +++ b/README.md @@ -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