Skip to content

Commit

Permalink
Fix the guide to the deprecated OpenJDK installation command. (#2817)
Browse files Browse the repository at this point in the history
  • Loading branch information
1natsu172 authored Feb 2, 2022
1 parent 5c39496 commit b675091
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/_getting-started-macos-android.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ If you have already installed Node on your system, make sure it is Node 12 or ne

<h3>Java Development Kit</h3>

We recommend installing JDK using [Homebrew](http://brew.sh/). Run the following commands in a Terminal after installing Homebrew:
We recommend installing the OpenJDK distribution called Temurin using [Homebrew](http://brew.sh/). Run the following commands in a Terminal after installing Homebrew:

```shell
brew install --cask adoptopenjdk/openjdk/adoptopenjdk11
brew tap homebrew/cask-versions
brew install --cask temurin11
```

If you have already installed JDK on your system, make sure it is JDK 11 or newer.
Expand Down

0 comments on commit b675091

Please sign in to comment.