From fd90371b1a8b12584575d609042592199cdf01c7 Mon Sep 17 00:00:00 2001 From: Malin Freeborn Date: Sat, 8 Jul 2023 00:24:22 +0200 Subject: [PATCH] add readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..23c3a4d --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +This repo builds the website `dmz.rs`. + +## Dependencies + +- `make` +- `pandoc` + +## Usage + +`make` + +The output will appear in the `public` directory.