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: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
e3c6d9bf00
commit
8bb40e30e9
@ -42,7 +42,7 @@ def blacklisted? name
|
|||||||
http://npmjs.org/
|
http://npmjs.org/
|
||||||
|
|
||||||
To do it in one line, use this command:
|
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
|
EOS
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user