11 lines
408 B
Markdown
11 lines
408 B
Markdown
# Get 4chan X [HERE](http://mayhemydg.github.com/4chan-x/).
|
|
|
|
# Building
|
|
|
|
- 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`.
|
|
- Upgrade version with `cake -v VERSION upgrade`.
|