Skip to content

Commit 7209872

Browse files
author
privateducky
authored
Update README.md
1 parent f8f54d6 commit 7209872

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,15 @@ Once running, open a terminal into CALDERA and enter help to see the options.
3232
nc localhost 8880
3333
monitor >>> help
3434
```
35+
## Versions
36+
37+
Bleeding-edge code can be run by using the latest master branch source code. Stable versions are tagged
38+
by major.minor.bugfix numbers and can be checked out using the sample syntax below:
39+
```
40+
git checkout tags/2.0.0
41+
```
42+
43+
Check the GitHub releases for the most stable release versions.
3544

3645
## Terminology
3746

@@ -196,15 +205,6 @@ inside the Logger module.
196205

197206
A complete list of the loaded plugin modules.
198207

199-
## Versions
200-
201-
Bleeding-edge code can be run by using the latest master branch source code. Stable versions are tagged
202-
by major.minor.bugfix numbers and can be checked out using the sample syntax below:
203-
204-
```
205-
git checkout tags/0.8.0
206-
```
207-
208208
## Closed-source
209209

210210
In addition to CALDERA's open source capabilities, MITRE maintains several in-house CALDERA plugins that offer
@@ -221,4 +221,4 @@ one CALDERA operation with data collected by Microsoft Sysmon and other sensors.
221221

222222
## Acknowledgements
223223

224-
[Atomic Red Team](https://github.com/redcanaryco/atomic-red-team)
224+
[Atomic Red Team](https://github.com/redcanaryco/atomic-red-team)

0 commit comments

Comments
 (0)