Skip to content

Commit

Permalink
fix: add installation description for oapi-codegen (#1917)
Browse files Browse the repository at this point in the history
## Description:
Add installation description for oapi-codegen and set version to
`1.12.4`

## Is this change user facing?
NO
  • Loading branch information
lostbean committed Dec 8, 2023
1 parent 97a3d95 commit 8f2427b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Expand Up @@ -273,6 +273,18 @@ yarn global add ts-protoc-gen
yarn global add grpc-tools
```

#### OpenAPI generators for Go

On MacOS:
```bash
go install github.com/deepmap/oapi-codegen/cmd/oapi-codegen@v1.12.4
```

On Ubuntu:
```bash
go install github.com/deepmap/oapi-codegen/cmd/oapi-codegen@v1.12.4
```

Build Instructions
------------------

Expand Down

0 comments on commit 8f2427b

Please sign in to comment.