Update readme.md

This commit is contained in:
2025-12-11 12:34:56 -05:00
parent fda8122213
commit b5a0394c7b

View File

@@ -7,9 +7,12 @@ There are two different interfaces available: CLI, and Web.
Run these commands to run the flask:
```sh
# insert commands here
python3 mainweb.py
```
Or
```sh
flask run mainweb.py -p {port}
```
## CLI
Run main.py for the CLI interface: