Skip to content
Snippets Groups Projects
Commit 8bb40e30 authored by Kevin Ballard's avatar Kevin Ballard Committed by Adam Vandenberg
Browse files

Remove 'sudo' from the npm installation instructions


Using 'sudo' should not be required to install npm, and isn't if the
user has used the default Homebrew installation process.

Signed-off-by: default avatarAdam Vandenberg <flangy@gmail.com>
parent e3c6d9bf
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ def blacklisted? name
http://npmjs.org/
To do it in one line, use this command:
curl http://npmjs.org/install.sh | sudo sh
curl http://npmjs.org/install.sh | sh
EOS
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment