diff options
| author | Adam Vandenberg | 2011-12-20 07:07:16 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2011-12-20 07:07:16 -0800 |
| commit | f6135568393e52840db1a901f42d1c68f426eb2d (patch) | |
| tree | fa4680bd74f71a715abb167b49aafc1322d99c02 /Library/Formula/coffee-script.rb | |
| parent | af0762c6d70a661f5c5fe7b722fc1754961adacc (diff) | |
| download | homebrew-f6135568393e52840db1a901f42d1c68f426eb2d.tar.bz2 | |
CoffeeScript: update caveats
Diffstat (limited to 'Library/Formula/coffee-script.rb')
| -rw-r--r-- | Library/Formula/coffee-script.rb | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/Library/Formula/coffee-script.rb b/Library/Formula/coffee-script.rb index 17fc6746e..8ca70bf8a 100644 --- a/Library/Formula/coffee-script.rb +++ b/Library/Formula/coffee-script.rb @@ -17,13 +17,11 @@ class CoffeeScript < Formula end def caveats; <<-EOS.undent - coffee-script can also be installed via `npm install coffee-script`. - This has the advantage of supporting multiple versions (of any Node libs) - at the same time. - - You may want to install coffee-script via npm. + coffee-script can also be installed via npm with: + npm install coffee-script - This formula may be retired from a future version of Homebrew. + This has the advantage of supporting multiple versions of Node libs + at the same time. EOS end end |
