Skip to content
Snippets Groups Projects
Verified Commit 1d85f45d authored by Laurent Modolo's avatar Laurent Modolo
Browse files

fix typo in .md files

parent 32c4ad6c
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ To get the last commits from this repository into your fork use the following co
For the first time:
```sh
git remote add upstream git@gitbio.ens-lyon.fr::pipelines/nextflow.git
git remote add upstream git@gitbio.ens-lyon.fr:pipelines/nextflow.git
git pull upstream master
```
......
......@@ -34,7 +34,7 @@ singularity run docker://hello-world
To install nextflow on your computer simply run the following command:
```sh
git clone git@gitbio.ens-lyon.fr/LBMC/nextflow
git clone git@gitbio.ens-lyon.fr:LBMC/nextflow.git
cd nextflow/
src/install_nextflow.sh
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment