From: sabadev Date: Wed, 6 Oct 2021 13:53:16 +0000 (-0400) Subject: Updated readme. X-Git-Url: http://sabadev.xyz:4321/?a=commitdiff_plain;h=873b2c5562b140e463347ee1f94ed5e8c27df100;p=website.git Updated readme. --- 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