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`.