From 807e0b479d9db605f38783eed066df5a0760ead0 Mon Sep 17 00:00:00 2001 From: Jeremy Ashkenas Date: Wed, 17 Feb 2010 10:29:13 -0500 Subject: [PATCH] add a note about installing Node.js first --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 6ce4b759..f7de9d50 100644 --- a/README +++ b/README @@ -22,7 +22,7 @@ CoffeeScript is a little language that compiles into JavaScript. - Install the compiler: + Install Node.js, and then install the CoffeeScript compiler: sudo bin/cake install Compile a script: