updating readme with NPM install.

This commit is contained in:
Jeremy Ashkenas 2010-06-28 01:19:04 -04:00
parent 4ad9e82f50
commit d83bbfb1d5
1 changed files with 3 additions and 0 deletions

3
README
View File

@ -25,6 +25,9 @@
Install Node.js, and then the CoffeeScript compiler:
sudo bin/cake install
Or, if you have the Node Package Manager installed:
sudo npm install coffee-script
Compile a script:
coffee /path/to/script.coffee