update readme

This commit is contained in:
Sebastian Hugentobler 2015-05-12 16:49:16 +02:00
parent cf7819fb1e
commit f8e8c4ec4b

View File

@ -7,12 +7,12 @@ Python3 with Jinja2 is needed.
## Usage ## Usage
```generator.py [-h] [--data DATA] [--static STATIC] [--out OUT] generator.py [-h] [--data DATA] [--static STATIC] [--out OUT]
build a static website out of a proboard json dump build a static website out of a proboard json dump
optional arguments: optional arguments:
-h, --help show this help message and exit -h, --help show this help message and exit
--data DATA board data (json file) --data DATA board data (json file)
--static STATIC path to the static files (images, attachments) --static STATIC path to the static files (images, attachments)
--out OUT path where the website gets rendered to``` --out OUT path where the website gets rendered to```