From f8e8c4ec4bfb5cf6739ea338a130c60b8e94ad2d Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Tue, 12 May 2015 16:49:16 +0200 Subject: [PATCH] update readme --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 00f0e0e..13682c4 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,12 @@ Python3 with Jinja2 is needed. ## 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: - -h, --help show this help message and exit - --data DATA board data (json file) - --static STATIC path to the static files (images, attachments) - --out OUT path where the website gets rendered to``` + optional arguments: + -h, --help show this help message and exit + --data DATA board data (json file) + --static STATIC path to the static files (images, attachments) + --out OUT path where the website gets rendered to```