From 873b2c5562b140e463347ee1f94ed5e8c27df100 Mon Sep 17 00:00:00 2001 From: sabadev Date: Wed, 6 Oct 2021 09:53:16 -0400 Subject: [PATCH] Updated readme. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e90422c..cd8dca8 100644 --- a/README.md +++ b/README.md @@ -20,3 +20,11 @@ One of these files must be called `index.md` as it serves as the main page of th To host images, create a directory in `static` called `img` (i.e. `static/img`). Place some image files in `img`, and refer to these images in the markdown files using `image/file.png`. + +## Running on a web server + +tar -xvjf website.tar.bz +./website config.json + +bg %1 +disown -h %1 -- 2.20.1