From ec06901b4966a7ae967b8b348707913d9d49203c Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Thu, 24 Nov 2011 01:02:25 +0100 Subject: [PATCH] Remove the readme off master --- readme.md | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 readme.md diff --git a/readme.md b/readme.md deleted file mode 100644 index 08fdbeec0..000000000 --- a/readme.md +++ /dev/null @@ -1,17 +0,0 @@ -# Installing - -[stable](https://github.com/aeosynth/4chan-x/raw/stable/4chan_x.user.js) - if you don't know what you're doing, choose this - -[master](https://github.com/aeosynth/4chan-x/raw/master/4chan_x.user.js) - main development branch, turns into stable. can change frequently, so don't complain if other projects don't support this branch. - -# Documentation - -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 actually build -with `cake build`. for development (continuous builds), run `cake dev &`. -kill the process with `killall node`.