From 50f0fd1885bae0b42141bd1b3e6da5b87a79086d Mon Sep 17 00:00:00 2001 From: Matthew Iverson Date: Thu, 28 Nov 2024 23:14:24 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dcd2f07..c89cad1 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,9 @@ HUNT-AI helps threat hunting to make sure analysts are checking their boxes and - On Windows `.\venv\Scripts\activate` - On macOS/Linux - `python3 -m venv hunt-ai` - `source venv/bin/activate` - `pip install flask flask_sqlalchemy flask_login` + - `python3 -m venv hunt-ai` + - `source hunt-ai/bin/activate` + - `pip install flask flask_sqlalchemy flask_login` 5. Install requirements `pip install -r requirements.txt` 6. `python3 app.py`