From abf69fca6176d549b85535294fdbb5390d6c0f3e Mon Sep 17 00:00:00 2001
From: Laurent Modolo <laurent@modolo.fr>
Date: Mon, 29 Jun 2020 14:27:01 +0200
Subject: [PATCH] README.md: update git link

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 4190cf64..199db480 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 gitlab_lbmc:pipelines/nextflow.git
+git remote add upstream git@gitbio.ens-lyon.fr::pipelines/nextflow.git
 git pull upstream master
 ```
 **If you created your `.config` file before version `0.4.0` you need to run the script `src/.update_config.sh` to use the latest docker, singularity and conda configuration (don't forget to check your config files afterward for typos).**
-- 
GitLab