Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
nodejs alias + blacklist text tweak
Browse files Browse the repository at this point in the history
Everyone calls it "nodejs" so not having an alias to this is dumb.
  • Loading branch information
mxcl committed Mar 18, 2012
1 parent b13ca66 commit c89d9f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions Library/Aliases/nodejs
7 changes: 3 additions & 4 deletions Library/Homebrew/blacklist.rb
Expand Up @@ -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."
Expand Down

0 comments on commit c89d9f7

Please sign in to comment.