Update README.md

This commit is contained in:
2024-11-28 23:27:26 -05:00
parent 0baa570393
commit 6ab9439939

View File

@ -34,7 +34,11 @@ HUNT-AI helps threat hunting to make sure analysts are checking their boxes and
`pip install -r requirements.txt`
- On Windows & macOS/Linux
- `pip install flask flask_sqlalchemy flask_login`
6. `python3 app.py`
6. Start
- On Windows
- `py.exe app.py`
- On macOS/Linux
- `python3 app.py`
----