Update blacklist warnings
* MacRuby isn't in homebrew-alt anymore * Removed the entire npm warning since it's installed with node.js
This commit is contained in:
parent
b94e220bc3
commit
b4e246e75d
@ -36,14 +36,6 @@ def blacklisted? name
|
|||||||
when 'macruby' then <<-EOS.undent
|
when 'macruby' then <<-EOS.undent
|
||||||
MacRuby works better when you install their package:
|
MacRuby works better when you install their package:
|
||||||
http://www.macruby.org/
|
http://www.macruby.org/
|
||||||
|
|
||||||
Although if you prefer, there is a formula in homebrew-alt.
|
|
||||||
EOS
|
|
||||||
when 'npm' then <<-EOS.undent
|
|
||||||
Homebrew does not provide npm because it is self-updating. To install it, first
|
|
||||||
`brew install nodejs' and then:
|
|
||||||
|
|
||||||
curl https://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