Skip to content

Commit 023e85f

Browse files
committed
Fix brew command to install Temurin 25 instead of 21
1 parent a3884df commit 023e85f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/install_clojure.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ To use the Adoptium Temurin installers:
137137

138138
On Mac, you can also install Temurin using brew:
139139

140-
* `brew install --cask temurin@21` - install Temurin 25 (formerly AdoptOpenJDK)
140+
* `brew install --cask temurin@25` (formerly AdoptOpenJDK)
141141

142142
Check your Java version by running `java --version`. If that's not Temurin 25, then you may then need to add `java` to your `PATH`:
143143

0 commit comments

Comments
 (0)