Skip to content

Commit 3f7725c

Browse files
authored
update brew instruction (#3445)
1 parent ab644f9 commit 3f7725c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,17 @@ openapi-generator generate -i https://raw.githubusercontent.com/openapitools/ope
248248

249249
To reinstall with the latest master, run `brew uninstall openapi-generator && brew install --HEAD openapi-generator`
250250

251+
To install OpenJDK (pre-requisites), please run
252+
```sh
253+
brew cask install adoptopenjdk12
254+
export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk-12.0.2.jdk/Contents/Home/
255+
```
256+
257+
To install Maven, please run
258+
```sh
259+
brew install maven
260+
```
261+
251262
### [1.6 - Docker](#table-of-contents)
252263

253264
#### Public Pre-built Docker images

0 commit comments

Comments
 (0)