Skip to content

Commit 0907df8

Browse files
authored
Update build instructions to include a specific version for oapi-codegen (#183)
* Update build instructions to include a specific version for oapi-codegen Signed-off-by: Kim Tsao <[email protected]> * Address review comments Signed-off-by: Kim Tsao <[email protected]> --------- Signed-off-by: Kim Tsao <[email protected]>
1 parent 049028b commit 0907df8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ Issue tracking repo: https://github.com/devfile/api with label area/registry
1111

1212
## Build
1313

14+
### Prerequisite
15+
16+
The current release relies on [oapi-codegen 1.12.4](https://github.com/deepmap/oapi-codegen/tree/v1.12.4) for OpenAPI source generation. See the [Index Server README](index/server/README.md#source-generation) for more information.
17+
18+
To install, run:
19+
`go install github.com/deepmap/oapi-codegen/cmd/[email protected]`
20+
21+
### Instructions
1422
If you want to run the build scripts with Podman, set the environment variable
1523
`export USE_PODMAN=true`
1624

0 commit comments

Comments
 (0)