From 9924f13f2214df9163c5bb2be1f6c2d609af17f4 Mon Sep 17 00:00:00 2001
From: andreadelprete <andre.delprete@gmail.com>
Date: Mon, 6 Jun 2016 10:48:10 +0200
Subject: [PATCH] Improvements to README

---
 README.md | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 7a88c4c..4bee78e 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,15 @@ You can install Eigen3 with the following command:
 Install qpOases from sources following the instructions on its [webpage](https://projects.coin-or.org/qpOASES).
 Note that you need to compile qpOases into a dynamic library (not a static one).
 
-Then you can build the library using CMake:
+Then you can clone the repository using ssh:
+```
+git clone --recursive git@github.com:andreadelprete/robust-equilibrium-lib.git $ROBUST_EQUI_LIB_DIR
+```
+or using http:
+```
+git clone --recursive https://github.com/andreadelprete/robust-equilibrium-lib.git $ROBUST_EQUI_LIB_DIR
+```
+And you can build the library using CMake:
 ```
 mkdir $ROBUST_EQUI_LIB_DIR/build
 cd $ROBUST_EQUI_LIB_DIR/build
-- 
GitLab