diff --git a/README.md b/README.md index 3b82edbfa..1ee986597 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 v2.9.0 +git clone https://github.com/mitre/caldera.git --recursive --branch 3.0.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 v2.9.0 +git clone https://github.com/mitre/caldera.git --recursive --branch 3.0.0 cd caldera pip3 install -r requirements.txt python3 server.py --insecure