From 064f2b5787bef145a3f656e8205f058dd1d80146 Mon Sep 17 00:00:00 2001 From: Michael Ficarra Date: Tue, 9 Aug 2011 00:23:55 -0300 Subject: [PATCH] README: corrected compilation instruction; added execution instruction --- README | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README b/README index 08f17dff..69ee6f43 100644 --- a/README +++ b/README @@ -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/