Suggest installing AdoptOpenJDK 11 in the macOS README

master
Graham 4 years ago
parent 380ada79d7
commit 1c224bbd97
  1. 3
      README.md

@ -50,7 +50,8 @@ command-line tools.
The easiest way to install the Java Development Kit and Apache Maven is with the The easiest way to install the Java Development Kit and Apache Maven is with the
[Homebrew][homebrew] package manager. After installing Homebrew, run [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 ##### Cross-compiling

Loading…
Cancel
Save