From cb3d21eb25d920d6c483a8dc424354c92e962067 Mon Sep 17 00:00:00 2001 From: Fabian Jakobs Date: Tue, 18 Oct 2011 11:45:53 +0300 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b314b42..111fb15 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ Example using CoffeeScript on Cloud9 +==================================== -npm install coffee-script \ No newline at end of file +Before you can run it CoffeeScript has to be installed: + + npm install coffee-script + +Then run `server.js` from the run menu. \ No newline at end of file