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 ```