Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wbooth authored Dec 9, 2020
1 parent 8ec305a commit b874da9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit b874da9

Please sign in to comment.