1
0
Fork 0
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:
Ben Atkin 2011-04-29 19:57:18 -07:00
parent 7efea4bb23
commit 19036348a5

2
README
View file

@ -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