From e8510f8ffda9bdb7c2292da34b4f6a3c3d9a341a Mon Sep 17 00:00:00 2001
From: Carsten Kemena <c.kemena@uni-muenster.de>
Date: Mon, 25 Mar 2024 13:29:57 +0100
Subject: [PATCH] updating readme

---
 README.md | 19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index 75ae19c..3fa98be 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-RApid DomaIn ANnoTation 1.1.0
+RApid DomaIn ANnoTation 1.1.3
 =============================
 
 This program allows to generate a fast domain annotation of protein fasta sequences.
@@ -15,14 +15,19 @@ We try to keep the dependencies as little as possible. Current dependencies are:
 Download
 --------
 
+You can download the latest release from here:
+
+```
+https://zivgitlab.uni-muenster.de/domain-world/RADIANT/-/releases/permalink/latest
+```
+
+Alternatively you can use the git repository
+
 ```bash
 git clone https://zivgitlab.uni-muenster.de/domain-world/RADIANT.git
 cd RADIANT
-git submodule init
-git submodule update
 ```
 
-
 Installation
 ------------
 
@@ -30,12 +35,10 @@ Installation
 Change into the RADIANT directory and run the following commands:
 
 ```bash
-mkdir build && cd build
-cmake ..
-make
+cmake -S . -B build
+cmake --build build
 ```
 
-
 Usage
 -----
 
-- 
GitLab