Skip to content

Commit

Permalink
Update docs/tutorials/FiveMinuteIntro.md
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Nichols <[email protected]>
  • Loading branch information
sjfleming and aednichols committed Feb 21, 2023
1 parent dd36968 commit 49862d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/tutorials/FiveMinuteIntro.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
* A Unix-based operating system (yes, that includes Mac!)
* A Java 11 runtime environment
* You can see what you have by running `$ java -version` on a terminal. You're looking for a version that's at least `1.11` or higher.
* If not, consider installing via conda or brew [as explained here](https://github.com/broadinstitute/cromwell/blob/83/docs/Releases.md), or you can download Java [here](https://adoptopenjdk.net/).
* If not, consider installing via conda or brew [as explained here](../Releases.md).
* We recommend [SDKMAN](https://sdkman.io/install) to install the latest 11 build of [Temurin](https://adoptium.net/temurin/releases/?version=11)
* `sdk install java 11.0.16-tem` as of the time of this writing
* You might need to update the `export JAVA_HOME` in your bash profile to point to your JAVA install location.
* A sense of adventure!

Expand Down

0 comments on commit 49862d3

Please sign in to comment.