From 8bb40e30e959fb565f85490a95ad0e2d8f371945 Mon Sep 17 00:00:00 2001 From: Kevin Ballard Date: Tue, 12 Apr 2011 15:58:11 -0700 Subject: [PATCH] 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 --- Library/Homebrew/blacklist.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb index 297aa7cf0d..e79713dbe5 100644 --- a/Library/Homebrew/blacklist.rb +++ b/Library/Homebrew/blacklist.rb @@ -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