From 4863c9d768a965894e43014a4bedf0a7b79ea307 Mon Sep 17 00:00:00 2001
From: COULAUD Olivier <olivier.coulaud@inria.fr>
Date: Wed, 19 Jan 2022 10:18:55 +0000
Subject: [PATCH] Update README.md

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

diff --git a/README.md b/README.md
index ec4f6b289..60fdb9a63 100644
--- a/README.md
+++ b/README.md
@@ -36,11 +36,11 @@ To use last development states of ScalFMM, please clone the master
   branch. Note that ScalFMM contains two git submodules `morse_cmake` and `inastemp`.
   To get sources please use these commands:
 ``` bash
-git clone --recursive git@gitlab.inria.fr:solverstack/ScalFMM.git -b requested_branch
+git clone --recursive https://gitlab.inria.fr/solverstack/ScalFMM.git -b requested_branch
 ```
 or
 ```bash
-git clone git@gitlab.inria.fr:solverstack/ScalFMM.git
+git clone https://gitlab.inria.fr/solverstack/ScalFMM.git
 cd ScalFMM
 git submodule init
 git submodule update
-- 
GitLab