Skip to content

Commit d711210

Browse files
docs: update macos requirements (#451)
fixes several issues $ brew cask install adoptopenjdk Error: `brew cask` is no longer a `brew` command. Use `brew <command> --cask` instead. $ brew install adoptopenjdk ==> Caveats Temurin is the official successor to this software: brew install --cask temurin adoptopenjdk has been officially discontinued upstream. It may stop working correctly (or at all) in recent versions of macOS. Co-authored-by: Alexandra Tran Carrillo <[email protected]>
1 parent a2363eb commit d711210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/HowTo/Get-Started/Installation-Options/Install-Binaries.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ bin\teku --help
5555

5656
:::caution
5757

58-
Teku requires Java 11+ to run. Earlier versions are not supported. You can install Java using `brew cask install adoptopenjdk`. Alternatively, you can manually install the [Java JDK](https://www.oracle.com/java/technologies/javase-downloads.html).
58+
Teku requires Java 11+ to run. Earlier versions are not supported. You can install Java using `brew install temurin`. Alternatively, you can manually install the [Java JDK](https://www.oracle.com/java/technologies/javase-downloads.html).
5959

6060
:::
6161

0 commit comments

Comments
 (0)