Merge pull request #1305 from benatkin/patch-1.

Updated for npm 1.0: the -g option installs to the global npm bin directory
This commit is contained in:
Jeremy Ashkenas
2011-04-30 07:36:43 -07:00

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