clearer readme
This commit is contained in:
parent
81e6960bd8
commit
e3c2370668
1 changed files with 16 additions and 4 deletions
20
README.md
20
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.
|
||||
|
|
Loading…
Reference in a new issue