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
1 changed files with 1 additions and 1 deletions

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