diff --git a/README.md b/README.md index 997595c..c85032e 100644 --- a/README.md +++ b/README.md @@ -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` ----