Skip to content

Commit d7e1a68

Browse files
Update README.md
Corrects GitHub clone with https
1 parent f9eab72 commit d7e1a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ A pipeline written in Snakemake to automatically generate pangenomes from metage
2222
Install the required packages using [conda](https://conda.io/projects/conda/en/latest/user-guide/install/index.html)/[mamba](https://github.com/mamba-org/mamba):
2323

2424
```
25-
git clone git@github.com:bacpop/CELEBRIMBOR.git
25+
git clone https://github.com/bacpop/CELEBRIMBOR.git
2626
cd CELEBRIMBOR
2727
mamba env create -f environment.yml
2828
mamba activate celebrimbor

0 commit comments

Comments
 (0)