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:
parent
4ad9e82f50
commit
d83bbfb1d5
1 changed files with 3 additions and 0 deletions
3
README
3
README
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue