From f22e1e16afa88bfb6fd2caa3193ca5e90d11261b Mon Sep 17 00:00:00 2001 From: calle <93376500+callebtc@users.noreply.github.com> Date: Thu, 28 Jul 2022 15:26:43 +0200 Subject: [PATCH] build instruction (#800) --- docs/guide/installation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/guide/installation.md b/docs/guide/installation.md index 1c2a757a5..0232346fb 100644 --- a/docs/guide/installation.md +++ b/docs/guide/installation.md @@ -64,6 +64,8 @@ python3 -m venv venv ./venv/bin/pip install -r requirements.txt # create the data folder and the .env file mkdir data && cp .env.example .env +# build the static files +./venv/bin/python build.py ``` #### Running the server