From e98e98b6436ad330803af4145531c14c1041982b Mon Sep 17 00:00:00 2001 From: Laurent Modolo <laurent.modolo@ens-lyon.fr> Date: Tue, 31 Jul 2018 10:56:18 +0200 Subject: [PATCH] README.md: update upstream url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c31cc2c..b02a05f 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 ``` -- GitLab