From 9f1f9497ae9fd9e6dacf1e491544a5cb71b5f2f3 Mon Sep 17 00:00:00 2001
From: Javier Laplaza Galindo <jlaplaza@iri.upc.edu>
Date: Mon, 7 Oct 2019 12:54:31 +0200
Subject: [PATCH] Update README.md

---
 README.md | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 0836122..39d7159 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,11 @@
 # Installation
 
-Download the last RTKLIB version [http://www.rtklib.com/](url)
-an save it in your home directory (/home/user-name).
+Clone the repository in your chosen directory. In a new terminal:
+
+```
+cd <your/path>
+git clone <repo-link>
+```
 
 Create a directory to build all the source files:
 ```
-- 
GitLab