Skip to content

Commit f937ecc

Browse files
authored
Add explanation of Java dependency (#662)
1 parent f3f431d commit f937ecc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apps/generator-cli/src/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88

99
OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and
1010
configuration automatically given an OpenAPI Spec (both 2.0 and 3.0 are supported). Please see
11-
[OpenAPITools/openapi-generator](https://github.com/OpenAPITools/openapi-generator)
11+
[OpenAPITools/openapi-generator](https://github.com/OpenAPITools/openapi-generator).
12+
13+
The OpenAPI Generator is a Java project. `openapi-generator-cli` will download the approprate JAR file and invoke the `java` executable to run the OpenAPI Generator. You must have the `java` binary executable available on your `PATH` for this to work.
1214

1315
---
1416

0 commit comments

Comments
 (0)