From 06706ac06842333a02ebe66ef06d6df7cb49f05e Mon Sep 17 00:00:00 2001
From: PRUVOST Florent <florent.pruvost@inria.fr>
Date: Fri, 13 Jan 2017 14:28:15 +0100
Subject: [PATCH] Update README.md: indent under if/else to clarify how to
 clone

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

diff --git a/README.md b/README.md
index f871d9f5c..e6fa51cfb 100644
--- a/README.md
+++ b/README.md
@@ -30,13 +30,13 @@ branch. Note that Chameleon contains a `git submodule` **morse_cmake**.
 To get sources please use these commands:
 
     # if git version >= 1.9
-    git clone --recursive git@gitlab.inria.fr:solverstack/chameleon.git
-    cd chameleon
+      git clone --recursive git@gitlab.inria.fr:solverstack/chameleon.git
+      cd chameleon
     # else
-    git clone git@gitlab.inria.fr:solverstack/chameleon.git
-    cd chameleon
-    git submodule init
-    git submodule update
+      git clone git@gitlab.inria.fr:solverstack/chameleon.git
+      cd chameleon
+      git submodule init
+      git submodule update
 
 Last releases of Chameleon are hosted on the
 [gforge.inria.fr](https://gforge.inria.fr/frs/?group_id=2884) for now.
-- 
GitLab