From 5f0531dbb4f221a1c2fadf4554b1eff1b5efd9e9 Mon Sep 17 00:00:00 2001
From: Alejandro Lopez Gestoso <alopez@iri.upc.edu>
Date: Mon, 20 Apr 2020 16:03:26 +0200
Subject: [PATCH] Update installation info

---
 ReadMe.md | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/ReadMe.md b/ReadMe.md
index 838b0db..94ea8bd 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -9,9 +9,7 @@ This driver offers a c++ wrapper to read and configure a [Septentrio AsteRx1](ht
 
 * Add the labrobotica repository if it is not already added:
 
-``` sudo sh -c 'echo "deb [arch=amd64] http://labrepo.iri.upc.edu/packages xenial main" > /etc/apt/sources.list.d/labrobotica_repo.list' ```
-
-``` wget -O - http://labrepo.iri.upc.edu/labrobotica_repo.gpg.key | sudo apt-key add - ```
+Run the commands on _add repository_ and _add key_ from [labrobotica_how_to installation](https://gitlab.iri.upc.edu/labrobotica/labrobotica_how_to/-/blob/master/README.md#installation)
 
 * Install the package:
 
-- 
GitLab