From dd043711fae250151cbead09b13faa86d9336241 Mon Sep 17 00:00:00 2001 From: Matthew Iverson Date: Thu, 28 Nov 2024 22:53:58 -0500 Subject: [PATCH] Update README.md --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) 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` ----