diff options
| author | isaacs | 2011-02-12 15:52:11 -0800 |
|---|---|---|
| committer | Max Howell | 2011-02-13 10:11:57 +0000 |
| commit | 2b88c24ead4c7da4f083174be313e654fa1a9d2e (patch) | |
| tree | f36e67fab9bec96a529c8ca67fdc918a074fd90f /Library/Homebrew | |
| parent | c6e78260e740821b75d826132cb11357ff63130b (diff) | |
| download | brew-2b88c24ead4c7da4f083174be313e654fa1a9d2e.tar.bz2 | |
remove npm, add warning about it.
Signed-off-by: Max Howell <max@methylblue.com>
Diffstat (limited to 'Library/Homebrew')
| -rw-r--r-- | Library/Homebrew/brew.h.rb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Library/Homebrew/brew.h.rb b/Library/Homebrew/brew.h.rb index f06f0f252..73e138495 100644 --- a/Library/Homebrew/brew.h.rb +++ b/Library/Homebrew/brew.h.rb @@ -19,6 +19,15 @@ def check_for_blacklisted_formula names brew install pip && pip install mercurial EOS + when 'npm' then abort <<-EOS.undent + npm can be installed thusly by following the instructions at + http://npmjs.org/ + + To do it in one line, use this command: + curl http://npmjs.org/install.sh | sudo sh + EOS + + when 'setuptools' then abort <<-EOS.undent When working with a Homebrew-built Python, distribute is preferred over setuptools, and can be used as the prerequisite for pip. |
