From d909bf93a0e91800a801b1be275d4c46d956261c Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Tue, 18 Oct 2022 19:26:04 +0200 Subject: [PATCH] Tweak/fix install steps in the docs --- docs/install.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/install.md b/docs/install.md index 7003b62..03e5804 100644 --- a/docs/install.md +++ b/docs/install.md @@ -89,6 +89,12 @@ Setup config. poetry run inv configuration-wizard ``` +Setup the database. + +```bash +poetry run inv migrate-db +``` + Grab your virtualenv path. ```bash