Add missing brew tap command to README instructions (#6629)

This commit is contained in:
johnthagen
2020-06-11 11:30:25 -04:00
committed by GitHub
parent 2128f2875e
commit 28387a09bc

View File

@@ -257,6 +257,7 @@ To reinstall with the latest master, run `brew uninstall openapi-generator && br
To install OpenJDK (pre-requisites), please run
```sh
brew tap AdoptOpenJDK/openjdk
brew cask install adoptopenjdk12
export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk-12.0.2.jdk/Contents/Home/
```