From e3c2370668a98b4d4a8adbc49dd7a0c2f5cdebde Mon Sep 17 00:00:00 2001 From: boyska Date: Wed, 27 Jan 2016 18:43:47 -0500 Subject: [PATCH] clearer readme --- README.md | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 85c1ac5..c77608e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,19 @@ -Hackmeeting 2015 +Hackmeeting 2016 ================== -This is the sources for Italian Hackmeeting 0x11 (2015). To develop, create a -python2 virtualenv and `pip install -r requirements.txt`. +Sources for Italian Hackmeeting 0x12 (2016) website. -After that, `make help` is your friend. + +HowTo +------- + +So you want to contribute, nice! + +``` +mkvirtualenv hackmeeting-website +pip install -r requirements.txt +make publish +firefox output/index.html +``` + +Also, `make help` is your friend.