nodejs alias + blacklist text tweak
Everyone calls it "nodejs" so not having an alias to this is dumb.
This commit is contained in:
parent
85452c5e91
commit
267f58a7d6
@ -45,11 +45,10 @@ def blacklisted? name
|
|||||||
Although if you prefer, there is a formula in homebrew-alt.
|
Although if you prefer, there is a formula in homebrew-alt.
|
||||||
EOS
|
EOS
|
||||||
when 'npm' then <<-EOS.undent
|
when 'npm' then <<-EOS.undent
|
||||||
npm can be installed thusly by following the instructions at
|
Homebrew does not provide npm because it is self-updating. To install it, first
|
||||||
http://npmjs.org/
|
`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
|
EOS
|
||||||
when /(lib)?lzma/
|
when /(lib)?lzma/
|
||||||
"lzma is now part of the xz formula."
|
"lzma is now part of the xz formula."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user