update readme

This commit is contained in:
James Campos 2011-05-02 22:01:47 -07:00
parent 4d4189a48a
commit 3bbf940bbf

View File

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