Skip to content

Commit

Permalink
Merge pull request #628 from carreter/readme
Browse files Browse the repository at this point in the history
Nit: go get -> go install in build instructions
  • Loading branch information
k8s-ci-robot committed Jun 7, 2024
2 parents 94bd4ac + 3c2a769 commit 002106d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ For local builds these can be set to anything.
For image builds these determine the location of your image.
For GCE the registry should be gcr.io and PROJECT_ID should be the project you
want to use the images in.
Please ensure the go bin directory (usually `~/go/bin`) is in your `PATH`.

### Mockgen

Expand All @@ -70,11 +71,11 @@ Proto definitions are compiled with `protoc`. Please ensure you have protoc inst

Currently, we are using protoc-gen-go@v1.27.1

`go get google.golang.org/protobuf/cmd/protoc-gen-go@v1.27.1`
`go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.27.1`

Currently, we are using protoc-gen-go-grpc@v1.2

`go get google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.2`
`go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.2`

### Local builds

Expand Down

0 comments on commit 002106d

Please sign in to comment.