diff --git a/README.md b/README.md index 712b5f7..c6977b4 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,12 @@ connection_string = sqlite+aiosqlite:///packets.db ``` bash ./env/bin/python main.py ``` +Start the database connection. + +``` bash +./env/bin/python startdb.py +``` + Now you can hit http://localhost:8081/ ***(if you did not change the web server port )*** You can specify the path to your `config.ini` file with the run command argument `--config`