diff --git a/README.md b/README.md index 96f8593369..bcac9e8a02 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,8 @@ brew install gh You must install Java 8, 11 and 17. You must set the `JAVA8_HOME`, `JAVA11_HOME` and `JAVA17_HOME` environment variables to the respective Java installations. ---- +By default, you should install [GraalVM](https://www.graalvm.org/downloads/) (version 21 or later) and set a `GRAALVM_HOME` environment variable to the home of the GraalVM JDK installation. +(Todo: the pipeline should be made to work with regular JDK. The correctness outputs will be reliable, but no timing information should be output.) ## Run the code