From c1dfc9fed6338bf4f186a64fca831f06320c3b88 Mon Sep 17 00:00:00 2001 From: Bastian Venthur Date: Sat, 14 Jul 2018 22:14:04 +0200 Subject: [PATCH] updated readme --- README.md | 9 +++++++++ tests/__init__.py | 0 2 files changed, 9 insertions(+) create mode 100644 tests/__init__.py diff --git a/README.md b/README.md index 2fecce9..efd286c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,14 @@ # sg.py -- a small static site generator +## Installation + +```bash +$ pip install sg.py +``` + + +## Usage + Populate directory with markdown files (they have to end with .markdown). You can also create arbitrarily nested subdirectories containing .markdown files. diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 0000000..e69de29