Update README.md

technically flags are boolean arguments
This commit is contained in:
madeofstown
2025-02-23 14:41:27 -08:00
committed by GitHub
parent 272476c700
commit e879030d70
+1 -1
View File
@@ -64,7 +64,7 @@ connection_string = sqlite+aiosqlite:///packets.db
```
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 flag `--config`
You can specify the path to your `config.ini` file with the run command argument `--config`
``` bash
./env/bin/python main.py --config /path/to/config.ini
```