Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ewels committed Dec 11, 2023
1 parent b097d95 commit cace0e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/basic_training/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,11 @@ The latest releases can be viewed on GitHub [here](https://github.com/nextflow-i
If you want to use a specific version of Nextflow, you can set the `NXF_VER` variable as shown below:

```bash
export NXF_VER=23.23.10.0
export NXF_VER=23.10.0
```

!!! Note

This tutorial workshop requires `NXF_VER=23.23.10.0`, or later.
This tutorial workshop requires `NXF_VER=23.10.0`, or later.

Run `nextflow -version` again to confirm that the change has taken effect.

0 comments on commit cace0e4

Please # to comment.