Update README.md

This commit is contained in:
Bruce Eckel 2021-01-31 16:12:26 -07:00 committed by GitHub
parent cf109e7860
commit 03691ccbc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# Example Source Code for the Book "On Java 8" by Bruce Eckel
Download release from [here](https://github.com/BruceEckel/OnJava8-Examples/releases/tag/v1.0).
Download the latest release from [here](https://github.com/BruceEckel/OnJava8-Examples/releases/).
To compile and run these programs, you only need JDK 8 installed.
Invoking `gradlew` will automatically download and install Gradle.