Update README.md
This commit is contained in:
10
README.md
10
README.md
@ -5,18 +5,18 @@ This tool helps a threat hunting to make sure analysts are checking their boxes
|
||||
|
||||
# Directions
|
||||
|
||||
```
|
||||
|
||||
1. Download zip in top right
|
||||
|
||||
2a. # On Windows
|
||||
.\venv\Scripts\activate
|
||||
`.\venv\Scripts\activate`
|
||||
|
||||
2b. # On macOS/Linux
|
||||
source venv/bin/activate
|
||||
`source venv/bin/activate`
|
||||
|
||||
3. # Install requirements
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
`pip install -r requirements.txt`
|
||||
|
||||
|
||||
`python3 dco.py`
|
||||
|
||||
|
Reference in New Issue
Block a user