Skip to content

Commit

Permalink
Add install to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lostbean committed Dec 8, 2023
1 parent cf78ef9 commit 6ee78af
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,16 +273,18 @@ yarn global add ts-protoc-gen
yarn global add grpc-tools
```

#### OpenAPI generators for Go
#### OpenAPI generators for Go and Typescript

On MacOS:
```bash
go install github.com/deepmap/oapi-codegen/cmd/[email protected]
yarn global add [email protected]
```

On Ubuntu:
```bash
go install github.com/deepmap/oapi-codegen/cmd/[email protected]
yarn global add [email protected]
```

Build Instructions
Expand Down

0 comments on commit 6ee78af

Please sign in to comment.