We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b58a8ea + f42b9d4 commit fdc685aCopy full SHA for fdc685a
README.md
@@ -24,11 +24,11 @@ git clone --recurse-submodules https://github.com/seqan/raptor
24
25
E.g., for version `1.0.0`:
26
```bash
27
-git clone --branch raptor-1.0.0 --recurse-submodules https://github.com/seqan/raptor
+git clone --branch raptor-v1.0.0 --recurse-submodules https://github.com/seqan/raptor
28
```
29
Or from within an existing repository
30
31
-git checkout raptor-1.0.0
+git checkout raptor-v1.0.0
32
33
</details>
34
0 commit comments