Skip to content

Commit b67d13e

Browse files
authored
Merge pull request #1750 from NASA-AMMOS/fix/docs-java-version
Fix Temurin Version in DEVELOPER.MD
2 parents 3db7f8f + e009ef4 commit b67d13e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/DEVELOPER.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ Before you can run Aerie you must install and configure the following products o
2424

2525
- [Docker](https://www.docker.com/) which is used to run the Aerie services.
2626

27-
- [OpenJDK Temurin LTS](https://adoptium.net/temurin/) which is used to build the Java-based Aerie services. If you're on OSX you can use [brew](https://brew.sh/):
27+
- [OpenJDK Temurin LTS](https://adoptium.net/temurin/) which is used to build the Java-based Aerie services. If you're on OSX you can use [brew](https://brew.sh/). Note Aerie is currently compatible with Java temurin V21, which can be installed with brew using:
2828

2929
```sh
30-
brew install --cask temurin
30+
brew install --cask temurin@21
3131
```
3232

3333
Make sure you update your `JAVA_HOME` environment variable. For example with [Zsh](https://www.zsh.org/) you can set your `.zshrc` to:

0 commit comments

Comments
 (0)