diff --git a/README.md b/README.md index 0878f3c..dcd2f07 100644 --- a/README.md +++ b/README.md @@ -19,23 +19,19 @@ HUNT-AI helps threat hunting to make sure analysts are checking their boxes and # Directions 1. Download zip in top right - 2. unzip Hunt-AI.zip - 3. Go to path `*/hunt-ai/` - - you should see `dco.py` - + - you should see `app.py` 4. Set Enviroment - On Windows `.\venv\Scripts\activate` - On macOS/Linux + `python3 -m venv hunt-ai` `source venv/bin/activate` - + `pip install flask flask_sqlalchemy flask_login` 5. Install requirements `pip install -r requirements.txt` - -6. `python3 dco.py` - +6. `python3 app.py` ----