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