We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 364945e commit e8f77cbCopy full SHA for e8f77cb
1 file changed
docs/installation.md
@@ -45,7 +45,7 @@ Then, install Nextflow:
45
```bash
46
wget -qO- https://get.nextflow.io | bash
47
chmod +x ./nextflow
48
-mkdir -p ~/bin & mv ./nextflow ~/bin/
+mkdir -p ~/bin && mv ./nextflow ~/bin/
49
```
50
51
### Installation using `conda`
0 commit comments