Skip to content

Instantly share code, notes, and snippets.

@zetavg
Created November 5, 2021 16:51
Show Gist options
  • Save zetavg/0d744756ef4a519800b4401e3b8f6905 to your computer and use it in GitHub Desktop.
Save zetavg/0d744756ef4a519800b4401e3b8f6905 to your computer and use it in GitHub Desktop.
Install OpenJDK on macOS
brew install openjdk && echo 'export PATH="$(brew --prefix openjdk)/bin:$PATH"' >> ~/.zshrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment