aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMax Howell2012-03-18 11:56:19 +0000
committerMax Howell2012-03-18 11:56:19 +0000
commit267f58a7d6eea018b61fdd98120fd201e93807ca (patch)
tree266f75162b10d28eed73e38f47265cdd585ebeb2 /Library
parent85452c5e910abf3280614248923c3bdbe2095a6e (diff)
downloadbrew-267f58a7d6eea018b61fdd98120fd201e93807ca.tar.bz2
nodejs alias + blacklist text tweak
Everyone calls it "nodejs" so not having an alias to this is dumb.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/blacklist.rb7
1 files changed, 3 insertions, 4 deletions
diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb
index d9f2dceb1..26d16c441 100644
--- a/Library/Homebrew/blacklist.rb
+++ b/Library/Homebrew/blacklist.rb
@@ -45,11 +45,10 @@ def blacklisted? name
Although if you prefer, there is a formula in homebrew-alt.
EOS
when 'npm' then <<-EOS.undent
- npm can be installed thusly by following the instructions at
- http://npmjs.org/
+ Homebrew does not provide npm because it is self-updating. To install it, first
+ `brew install nodejs' and then:
- To do it in one line, use this command:
- curl http://npmjs.org/install.sh | sh
+ curl http://npmjs.org/install.sh | sh
EOS
when /(lib)?lzma/
"lzma is now part of the xz formula."