From 1c224bbd97dbfe0bdb500bcd626353afe8407ea1 Mon Sep 17 00:00:00 2001 From: Graham Date: Sun, 16 Aug 2020 10:23:13 +0100 Subject: [PATCH] Suggest installing AdoptOpenJDK 11 in the macOS README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9efbe0d..7440c04 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,8 @@ command-line tools. The easiest way to install the Java Development Kit and Apache Maven is with the [Homebrew][homebrew] package manager. After installing Homebrew, run -`brew cask install java` and `brew install maven`. +`brew tap AdoptOpenJDK/openjdk && brew cask install adoptopenjdk11` and +`brew install maven`. ##### Cross-compiling