Skip to content

Commit 13f1926

Browse files
committed
Fix docs typo. Closes #154.
1 parent f194da7 commit 13f1926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Otherwise, they must be installed manually.
3636
If you're setting up an environment for developing MicroHapulator, you may want to skip the procedure outlined above and use the following instead.
3737

3838
```bash
39-
conda create --new microhapulator python=3.11 flash minimap2 samtools fastqc
39+
conda create --name microhapulator python=3.11 flash minimap2 samtools fastqc
4040
conda activate microhapulator
4141
git clone https://github.com/bioforensics/MicroHapulator.git
4242
cd MicroHapulator/

0 commit comments

Comments
 (0)