From 62b2de611a1def13cd2805ea638b56bc97fe921b Mon Sep 17 00:00:00 2001 From: sg Date: Thu, 5 Jun 2025 11:18:50 +0000 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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.