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