Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wbooth committed Feb 17, 2021
1 parent e3d6b12 commit 0cbac0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
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 v2.9.0
git clone https://github.com/mitre/caldera.git --recursive --branch 3.0.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 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
Expand Down

0 comments on commit 0cbac0c

Please sign in to comment.