Update readme.md formatting

This commit is contained in:
Maple Redleaf
2025-12-11 11:21:07 -06:00
parent 96f632e1eb
commit fda8122213

View File

@@ -1,10 +1,19 @@
#how to use # How to Run
1. you can choese between web and cli There are two different interfaces available: CLI, and Web.
##Web ## Web
1. web you need the files of mainweb.py and both folders Run these commands to run the flask:
##CLI
1. cli you just need mian.py ```sh
# insert commands here
```
## CLI
Run main.py for the CLI interface:
```sh
python3 main.py
```