From 3bbf940bbf5153e9c4509f9174f3340001575bc8 Mon Sep 17 00:00:00 2001 From: James Campos Date: Mon, 2 May 2011 22:01:47 -0700 Subject: [PATCH] update readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b548fc4c..97a0e5a67 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Building [install nodejs and npm](https://github.com/joyent/node/wiki/Installation), -clone [coffee-script](https://github.com/jashkenas/coffee-script/), -cd into it and run `npm link`, clone 4chan x, cd into it and run `cake dev &`. +install [coffee-script](https://github.com/jashkenas/coffee-script/) with +`npm install -g coffee-script`, clone 4chan x, cd into it and run +`npm link coffee-script`. actually build it with `cake dev &`. kill the process with `killall node`.