From dd592aa2c9cc0408de3a5c9ce81f114cf81fbad4 Mon Sep 17 00:00:00 2001 From: Matthew Iverson Date: Sun, 24 Nov 2024 18:23:36 -0500 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1812e75..3417705 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,15 @@ This tool helps a threat hunting to make sure analysts are checking their boxes # Directions ``` -1a. # On Windows +1. Download zip in top right + +2a. # On Windows .\venv\Scripts\activate -1b. # On macOS/Linux +2b. # On macOS/Linux source venv/bin/activate -2. # Install requirements +3. # Install requirements pip install -r requirements.txt ```