Last active
October 14, 2021 10:05
-
-
Save sh-cho/de280dfe0cbf2e59730822d265ef0e0f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Untap AdoptOpenJDK first | |
brew untap AdoptOpenJDK/openjdk | |
# If you want to download latest version | |
brew install --cask temurin | |
# To install specific version | |
brew tap homebrew/cask-versions | |
brew install --cask temurin8 temurin11 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment