From 2166d50c12970e153710036f69e2bb1be395f675 Mon Sep 17 00:00:00 2001 From: Matthew Iverson Date: Sun, 24 Nov 2024 18:26:07 -0500 Subject: [PATCH] Update README.md --- README.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2acec6f..772e49c 100644 --- a/README.md +++ b/README.md @@ -8,17 +8,16 @@ This tool helps a threat hunting to make sure analysts are checking their boxes 1. Download zip in top right -2a. # On Windows -`.\venv\Scripts\activate` +2. Set Enviroment + - On Windows + `.\venv\Scripts\activate` + - On macOS/Linux + `source venv/bin/activate` -2b. # On macOS/Linux -`source venv/bin/activate` - -3. # Install requirements +3. Install requirements `pip install -r requirements.txt` - -`python3 dco.py` +4. `python3 dco.py` ## Guidance