Skip to content

Commit

Permalink
updating README to call out sudo for install script (mitre#1618)
Browse files Browse the repository at this point in the history
  • Loading branch information
khyberspache authored May 5, 2020
1 parent 34b5c52 commit c82da63
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,17 @@ These requirements are for the computer running the core framework:
## Installation

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 x.x.x
```

Next run the install.sh script. See the i[nstall docs](https://caldera.readthedocs.io/en/latest/Install-script.html) for supported operating-systems.
```
./install.sh
```Bash
sudo ./install.sh
```

Finally, start the server.
```
```Bash
python server.py
```
You can now navigate to 127.0.0.1:8888 in a browser and log in with either red team (red:admin) or blue team (blue:admin) credentials. Once you have everything running, we highly recommend going through the Training plugin to learn the ins-and-outs of the framework.
Expand Down

0 comments on commit c82da63

Please sign in to comment.