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