From 9cf1cf0215940b9420a6a6b7ee9899866bbffe8c Mon Sep 17 00:00:00 2001 From: Bruce Eckel Date: Mon, 12 Oct 2020 04:25:22 -0600 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 71aaf913..bd8e163c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # AtomicKotlinCourse +If you want to use the text version of the exercises and solutions (rather than the EDU version +that runs inside IntelliJ IDEA): + +- Download and unpack [the current release](https://github.com/svtk/AtomicKotlinCourse/releases/tag/v5.0) + - To check output and 'eq' for examples and exercise solutions, run `gradlew TestExamples`. - To test the exercises against their given solutions, run `gradlew TestExercises`.