README: corrected compilation instruction; added execution instruction

This commit is contained in:
Michael Ficarra 2011-08-09 00:23:55 -03:00
parent 13ac72239a
commit 064f2b5787
1 changed files with 5 additions and 2 deletions

7
README
View File

@ -1,4 +1,4 @@
=
{
} } {
{ { } }
@ -29,9 +29,12 @@
npm install -g coffee-script
(Leave off the -g if you don't wish to install globally.)
Compile a script:
Execute a script:
coffee /path/to/script.coffee
Compile a script:
coffee -c /path/to/script.coffee
For documentation, usage, and examples, see:
http://coffeescript.org/