1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

updating readme with NPM install.

This commit is contained in:
Jeremy Ashkenas 2010-06-28 01:19:04 -04:00
parent 4ad9e82f50
commit d83bbfb1d5

3
README
View file

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