aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorKevin Ballard2011-04-12 15:58:11 -0700
committerAdam Vandenberg2011-04-12 16:05:15 -0700
commit8bb40e30e959fb565f85490a95ad0e2d8f371945 (patch)
tree488a4cc36f7e74644494d0ea101dd1005a019907 /Library/Homebrew
parente3c6d9bf0008b3f32b2ad370cf9639be4c80f0d9 (diff)
downloadbrew-8bb40e30e959fb565f85490a95ad0e2d8f371945.tar.bz2
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>
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/blacklist.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb
index 297aa7cf0..e79713dbe 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