From 798f4b896b365a9e2f49bc59a77ca3d674e410a5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Arne=20=C3=98sleb=C3=B8?= <arne.oslebo@uninett.no>
Date: Tue, 16 Feb 2021 12:45:58 +0100
Subject: [PATCH] Update install.md

---
 doc/install.md | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/doc/install.md b/doc/install.md
index 7c296e3..8cc360a 100644
--- a/doc/install.md
+++ b/doc/install.md
@@ -15,8 +15,13 @@ The current version of SOCTools only runs on a single server. A fully distribute
   * `sudo yum -y install ansible git`
   * `sudo ansible-galaxy collection install ansible.posix`
 
-## Clone SOCTools
-* `git clone https://gitlab.geant.org/gn4-3-wp8-t3.1-soc/soctools.git`
+## Download SOCTools
+* Download latest release from `https://gitlab.geant.org/gn4-3-wp8-t3.1-soc/soctools/-/releases`
+* Unpack downloaded release
+* `cd soctools`
+
+To test the development version you can clone the repository instead of downloading the latest release:  
+* git clone https://gitlab.geant.org/gn4-3-wp8-t3.1-soc/soctools.git
 * `cd soctools`
 
 ## Install SOCTools
-- 
GitLab