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.