From ba631eaa57953dd60b47176cca1ada7b42564e18 Mon Sep 17 00:00:00 2001 From: posativ Date: Thu, 25 Oct 2012 16:20:16 +0200 Subject: [PATCH] add Hacking section to README.md --- Readme.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index dd570e1..982b380 100644 --- a/Readme.md +++ b/Readme.md @@ -21,9 +21,21 @@ Current status: `nosetests specs/`. Ran 11 tests in 0.570s. - easy integration, similar to Disqus (work in progress) - spam filtering using [http:bl](https://www.projecthoneypot.org/) (not implemented yet) +## Hacking + +You'll need [2.6 ≤ python ≤ 2.7](http://python.org), [ender.js](http://ender.no.de/) and +[YUI Compressor](http://developer.yahoo.com/yui/compressor/). Then run: + + $ git clone https://github.com/posativ/isso.git && cd isso/ + $ make init + $ make js + $ isso --test + +Then go to to write a comment. + ## Installation -TODO +Still a TODO, but later on it's simply `easy_install isso`. ## Migrating from Disqus