diff options
| author | Kevin Ballard | 2011-04-12 15:58:11 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-04-12 16:05:15 -0700 |
| commit | 4582838385d0eee1a84872202da4f0420d64c762 (patch) | |
| tree | ac74aeb6b01974481973481fc648f97664854cd0 /Library/Homebrew | |
| parent | 99ffcdb77734c28d9769f26a7b7eda401f9dcb69 (diff) | |
| download | homebrew-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.rb | 2 |
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 |
