Installation instructions use git clone --tag
Open
- Dominant language
- Python
- Stars
- 7.3k
- Forks
- 1.4k
- Avg merge
- 33m
- Merged PRs (30d)
- 3
Description
Hi MITRE CALDERA team,
I found what appears to be a mistake in the installation instructions.
In the README, the “Full steps” section currently says:
git clone https://github.com/mitre/caldera.git --recursive --tag x.x.x
but this didn't work for me.
I believe the intended command could be:
git clone https://github.com/mitre/caldera.git --recursive --branch x.x.x
Could it be a mistake in the instructions?
Thanks.
Contributor guide
Assessment
This issue has not been assessed yet.