CoffeeScript: update caveats
This commit is contained in:
parent
3c84c38af9
commit
5a507d75ce
1 changed files with 4 additions and 6 deletions
|
@ -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)
|
||||
coffee-script can also be installed via npm with:
|
||||
npm install coffee-script
|
||||
|
||||
This has the advantage of supporting multiple versions of Node libs
|
||||
at the same time.
|
||||
|
||||
You may want to install coffee-script via npm.
|
||||
|
||||
This formula may be retired from a future version of Homebrew.
|
||||
EOS
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue