Installation instructions use git clone --tag
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 78/100
- Issue type
- Documentation
- Clarity
- Clearly specified
- Activity status
- Quiet
- Tech stack
- git
- Domain
- documentation
Research direction
Open the README and find the “Full steps” installation section. Verify the git clone syntax using git help clone or a fresh checkout, then update the documented command if needed. Done means the README uses a supported command that successfully checks out the requested version.
Written by the indexing model from the issue text.
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.
- Dominant language
- Python
- Stars
- 7.3k
- Forks
- 1.4k
- Avg merge
- 33m
- Merged PRs (30d)
- 3
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from apache/caldera
-
bug
Difficulty 1/5 Under an hour Newbie friendliness 90/100
-
feature
Difficulty 2/5 1-3 hours Newbie friendliness 25/100
-
question
Difficulty 4/5 3-5 days Newbie friendliness 35/100
-
question
Difficulty 4/5 3-5 days Newbie friendliness 42/100
-
Difficulty 1/5 Under an hour Newbie friendliness 20/100
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100