clearer readme

This commit is contained in:
boyska 2016-01-27 18:43:47 -05:00
parent 81e6960bd8
commit e3c2370668

View file

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