Skip to content

Commit a76d055

Browse files
committed
Tighten Java install instructions
1 parent 50854a6 commit a76d055

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,11 @@ Just do the following one by one, and you should be fine.
8686
You need Java installed.
8787

8888
- Run `java -version` in your terminal.
89-
- If Java is not installed, please [download and install Java from here](https://adoptopenjdk.net/). Any version should do.
89+
- If Java is not installed, please [download and install Java from here](https://adoptopenjdk.net/).
90+
- Any version should do, but prefer Java 8 or higher. We have not tested
91+
this project with Java 7.
9092
- Once you are done, `java -version` should show you a Java version.
9193

92-
Notes:
93-
94-
- We have not tested this project with Java 7.
95-
9694
## VSCode + Calva
9795

9896
We support VSCode + Calva IDE in the classroom for this workshop. We suggest you use this setup, unless of course, you have already configured your favourite editor for Clojure development. We've listed alternate starter kits below (IntelliJ, Vim, Emacs, Atom), _but_ please avoid [bikeshedding](http://catb.org/jargon/html/B/bikeshedding.html) editors. Just complete the workshop first!

0 commit comments

Comments
 (0)