From b874da9bf24ec9025a1016305642298143daaa8e Mon Sep 17 00:00:00 2001 From: William Booth <18699738+wbooth@users.noreply.github.com> Date: Wed, 9 Dec 2020 17:34:44 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1a2950476..3b82edbfa 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ These requirements are for the computer running the core framework: Start by cloning this repository recursively, passing the desired version/release in x.x.x format. This will pull in all available plugins. If you clone master - or any non-release branch - you may experience bugs. ```Bash -git clone https://github.com/mitre/caldera.git --recursive --branch 2.8.1 +git clone https://github.com/mitre/caldera.git --recursive --branch v2.9.0 ``` Next, install the PIP requirements: @@ -73,7 +73,7 @@ python3 server.py --insecure Collectively this would be: ```Bash -git clone https://github.com/mitre/caldera.git --recursive --branch 2.8.1 +git clone https://github.com/mitre/caldera.git --recursive --branch v2.9.0 cd caldera pip3 install -r requirements.txt python3 server.py --insecure