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
commit4582838385d0eee1a84872202da4f0420d64c762 (patch)
treeac74aeb6b01974481973481fc648f97664854cd0 /Library/Homebrew
parent99ffcdb77734c28d9769f26a7b7eda401f9dcb69 (diff)
downloadhomebrew-4582838385d0eee1a84872202da4f0420d64c762.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