updated readme

This commit is contained in:
Bastian Venthur
2018-07-14 22:14:04 +02:00
parent da65671585
commit c1dfc9fed6
2 changed files with 9 additions and 0 deletions

View File

@@ -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.

0
tests/__init__.py Normal file
View File