Explorar o código

clearer readme

boyska %!s(int64=8) %!d(string=hai) anos
pai
achega
e3c2370668
Modificáronse 1 ficheiros con 16 adicións e 4 borrados
  1. 16 4
      README.md

+ 16 - 4
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.