Skip to content

Commit e8f77cb

Browse files
committed
fix nextflow installation command
1 parent 364945e commit e8f77cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Then, install Nextflow:
4545
```bash
4646
wget -qO- https://get.nextflow.io | bash
4747
chmod +x ./nextflow
48-
mkdir -p ~/bin & mv ./nextflow ~/bin/
48+
mkdir -p ~/bin && mv ./nextflow ~/bin/
4949
```
5050

5151
### Installation using `conda`

0 commit comments

Comments
 (0)