Skip to content

Commit

Permalink
Merge pull request #6 from eseiler/misc/version_number
Browse files Browse the repository at this point in the history
[MISC] Adjust tag in readme
  • Loading branch information
eseiler committed Oct 8, 2020
2 parents b58a8ea + f42b9d4 commit fdc685a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ git clone --recurse-submodules https://github.com/seqan/raptor

E.g., for version `1.0.0`:
```bash
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
```
Or from within an existing repository
```bash
git checkout raptor-1.0.0
git checkout raptor-v1.0.0
```
</details>

Expand Down

0 comments on commit fdc685a

Please sign in to comment.