Update the readme.

This commit is contained in:
Nicolas Stepien 2011-12-16 16:03:24 +01:00
parent 63a65822e1
commit 0ecf9193d1

View File

@ -2,8 +2,8 @@
# Building # Building
[install nodejs and npm](https://github.com/joyent/node/wiki/Installation), - Install [node.js](http://nodejs.org/).
install [coffee-script](https://github.com/jashkenas/coffee-script/) with - Install [CoffeeScript](http://coffeescript.org/) with `npm install -g coffee-script`.
`npm install -g coffee-script`, clone 4chan x, cd into it and actually build - Clone 4chan X.
with `cake build`. for development (continuous builds), run `cake dev &`. - `cd` into it and build with `cake build`.
kill the process with `killall node`. - For development (continuous builds), run `cake dev &`. Kill the process with `killall node`.