diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/blacklist.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb index 4b219d1fe..cab396c8d 100644 --- a/Library/Homebrew/blacklist.rb +++ b/Library/Homebrew/blacklist.rb @@ -42,6 +42,12 @@ def blacklisted? name easy_install pip EOS + when 'macruby' then <<-EOS.undent + MacRuby works better when you install their package: + http://www.macruby.org/downloads.html + + 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/ |
