update readme

master
urosm 2022-09-05 00:14:50 +02:00
parent ab7dd9868f
commit bda946e7c3
1 changed files with 5 additions and 0 deletions

View File

@ -28,6 +28,11 @@ Configure the `.env` file with appropriate values.
$ cp .env.dist .env
```
Run `create_db.py`
```
$ python3 create_db.py
```
Run `app.py`.
```