diff --git a/README.md b/README.md index 7c6c11fb63784ea5c3d2d2cd926d8fcec501806f..318d394a24dc127b055ade9df97168f9c21a062f 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,6 @@ ---- -:warning: ScalFMM has moved to Inria's GitLab: https://gitlab.inria.fr/solverstack/ScalFMM - ----- - **ScalFMM** is a C++ library that implements a kernel independent Fast Multipole Method. @@ -33,11 +29,12 @@ To use last development states of ScalFMM, please clone the develop 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 develop +git clone --recursive https://gitlab.inria.fr/solverstack/ScalFMM.git -b develop ``` 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