diff --git a/README.md b/README.md
index c31cc2cfb9b63573374f4270dc6c72ced88fe252..b02a05f644126830b1576ec71c0bc09f46e74511 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ You can fork this repository to build your own pipeline.
 To get the last commits from this repository into your fork use the following commands:
 
 ```sh
-git remote add upstream https://gitlab.biologie.ens-lyon.fr/pipelines/nextflow.git
+git remote add upstream gitlab_lbmc:pipelines/nextflow.git
 git pull upstream master
 ```