Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
Signed-off-by: Ben Sherman <bentshermann@gmail.com>
  • Loading branch information
bentsherman and pditommaso committed Mar 20, 2024
1 parent 2882b57 commit b6eb3a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Nextflow can be used on any POSIX-compatible system (Linux, macOS, etc), and on
java -version
```

We recommend that you install Java through [SDKMAN!](https://sdkman.io/), and that you use the latest LTS version of Temurin. See [this website](https://whichjdk.com/) for more information.
If you don't have a compatible version of Java installed in your computer, We recommend that you install it through [SDKMAN!](https://sdkman.io/), and that you use the latest LTS version of Temurin. See [this website](https://whichjdk.com/) for more information.

To install Java with SDKMAN:

Expand Down
2 changes: 1 addition & 1 deletion docs/your-first-script.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Execute the script by entering the following command in your terminal:
```console
$ nextflow run tutorial.nf

N E X T F L O W ~ version 22.10.0
N E X T F L O W ~ version 23.10.0
executor > local (3)
[69/c8ea4a] process > splitLetters [100%] 1 of 1 ✔
[84/c8b7f1] process > convertToUpper [100%] 2 of 2 ✔
Expand Down

0 comments on commit b6eb3a1

Please sign in to comment.