diff --git a/README.md b/README.md index d461a67..1182f55 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,13 @@ Simplistic static site generator ## Quickstart `git clone https://git.exocortex.ru/Exocortex/hydrogen.git` + `cd hydrogen && pip install -r requirements` + _put some Markdown files into the `content` directory_ `./hydrogen.py` + ## Conventions / expectations `hydrogen` expects the following files in the `content` directory: - Markdown files ('*.md' only): these are the text files rendered to the HTML.