From e7806f4fd5ee153bbb22d58d1082a70a3772946c Mon Sep 17 00:00:00 2001 From: c0dev0id Date: Mon, 23 Oct 2023 13:31:17 +0200 Subject: [PATCH] More text --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index da8894e..437be98 100644 --- a/README.md +++ b/README.md @@ -20,4 +20,12 @@ src/footer.th gets appended to every file. .ph files contain plain html. .ps files contain ksh shell script (the scripts must output html to stdout). -Everything in src/assets is copied as is +Everything in src/assets is copied as is. + +Execute `make` to create the website with debug output. +Execute `make -s` to hide the debug output. + +The generated website will be in the directory `www`. + +Execute `make clean` to delete www. Or just `rm -rf www`, if you want +to start over.