Update README.md

This commit is contained in:
2024-11-24 18:23:36 -05:00
parent f188e641fb
commit dd592aa2c9

View File

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