Skip to content

Commit

Permalink
fix: updates the required tools section
Browse files Browse the repository at this point in the history
Signed-off-by: Jennifer Power <barnabei.jennifer@gmail.com>
  • Loading branch information
jpower432 committed Dec 14, 2022
1 parent 7bc206a commit 4c6fb4c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ To make changes to the gRPC API, please install the following tools:

- [protoc](https://github.com/protocolbuffers/protobuf/releases)

Install the plugins need to generated Go code with protoc:
```bash
go install google.golang.org/protobuf/cmd/protoc-gen-go@vlatest
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
```
- Install the plugins needed to generated Go code with `protoc`:
```bash
go install google.golang.org/protobuf/cmd/protoc-gen-go@vlatest
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
```


## Code Styling
Expand Down

0 comments on commit 4c6fb4c

Please sign in to comment.