mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
Updated for npm 1.0: the -g option installs to the global npm bin directory.
Without -g, the bin is in node-modules/.bin/coffee.
This commit is contained in:
parent
7efea4bb23
commit
19036348a5
1 changed files with 1 additions and 1 deletions
2
README
2
README
|
@ -26,7 +26,7 @@
|
|||
sudo bin/cake install
|
||||
|
||||
Or, if you have the Node Package Manager installed:
|
||||
npm install coffee-script
|
||||
npm install -g coffee-script
|
||||
|
||||
Compile a script:
|
||||
coffee /path/to/script.coffee
|
||||
|
|
Loading…
Add table
Reference in a new issue