From f42b9d48ba989b6174c5dcafdf00df3a2fbae032 Mon Sep 17 00:00:00 2001 From: Enrico Seiler Date: Thu, 8 Oct 2020 13:10:54 +0200 Subject: [PATCH] [MISC] Adjust tag in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2cbd6114..6d7fdcb5 100644 --- a/README.md +++ b/README.md @@ -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 ```