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