Tweak/fix install steps in the docs

main
Thomas Sileo 2022-10-18 19:26:04 +02:00
parent 8e7fbcc501
commit d909bf93a0
1 changed files with 6 additions and 0 deletions

View File

@ -89,6 +89,12 @@ Setup config.
poetry run inv configuration-wizard poetry run inv configuration-wizard
``` ```
Setup the database.
```bash
poetry run inv migrate-db
```
Grab your virtualenv path. Grab your virtualenv path.
```bash ```bash