Skip to content

Instantly share code, notes, and snippets.

@sh-cho
Last active October 14, 2021 10:05
Show Gist options
  • Save sh-cho/de280dfe0cbf2e59730822d265ef0e0f to your computer and use it in GitHub Desktop.
Save sh-cho/de280dfe0cbf2e59730822d265ef0e0f to your computer and use it in GitHub Desktop.
# 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