From c5488950f7e798f8f7402ce1039db1864c7bafcb Mon Sep 17 00:00:00 2001 From: QWp6t Date: Fri, 29 Aug 2014 04:30:05 -0700 Subject: [PATCH] Fix typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56d3559..638b90a 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ From the command line: When completed, you'll be able to run the various Grunt commands provided from the command line. **N.B.** -You will need write permission to the global npm directory to install `grunt-cli` and `bower`. You will also likely have to be using an elevated terminal or prefix the command with `sudo`, i.e., `sudo install -g grunt-cli bower`. +You will need write permission to the global npm directory to install `grunt-cli` and `bower`. You will also likely have to be using an elevated terminal or prefix the command with `sudo`, i.e., `sudo npm install -g grunt-cli bower`. We also advise against running as root user. NPM deliberately uses limited privileges when executing certain commands such as those included in the Roots post-install process, and when this happens to the root user, any file system objects that are not expressly writable by the root user will fail to write during the execution of the command. These might include directories such as `/var/www` or `/home/someotheruser`. If you're running as root and have problems, don't say we didn't warn you.