From 9f98dfc82a255c451532b6a7633a5a0294e71f06 Mon Sep 17 00:00:00 2001
From: Angel Santamaria-Navarro <asantamaria@iri.upc.edu>
Date: Wed, 30 Nov 2016 10:18:44 +0100
Subject: [PATCH] fixed readme

---
 ReadMe.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ReadMe.md b/ReadMe.md
index d927b1a..a0d015d 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -30,7 +30,7 @@ For detailed specifications, pinout, and connection diagrams, please refer to th
 
 ### Installation
 
-- Clone the repository: `git clone https://gitlab.iri.upc.edu/asantamaria/LidarLite.git && git checkout v0.1`
+- Clone the repository: `git clone https://gitlab.iri.upc.edu/asantamaria/LidarLite.git && cd LidarLite && git checkout v0.1`
 - Install:	`cd LidarLite/build && cmake -D CMAKE_BUILD_TYPE=RELEASE .. && make && sudo make install`
 
 ### Example of usage
-- 
GitLab