4chan-x/readme.md
Nicolas Stepien c13f59556d People are linking to GitHub instead of the page.
Forward them to the stable release + docs.
2011-08-27 18:05:58 +02:00

10 lines
445 B
Markdown

# Get 4chan X [HERE](http://aeosynth.github.com/4chan-x/).
# 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 run
`npm link coffee-script`. actually build it with `cake build`. for development
(continuous builds), run `cake dev &`. kill the process with `killall node`.