Skip to content

Commit 3c2a769

Browse files
committed
go get -> go install in build instructions
1 parent 94bd4ac commit 3c2a769

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ For local builds these can be set to anything.
5555
For image builds these determine the location of your image.
5656
For GCE the registry should be gcr.io and PROJECT_ID should be the project you
5757
want to use the images in.
58+
Please ensure the go bin directory (usually `~/go/bin`) is in your `PATH`.
5859

5960
### Mockgen
6061

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

7172
Currently, we are using [email protected]
7273

73-
`go get google.golang.org/protobuf/cmd/[email protected]`
74+
`go install google.golang.org/protobuf/cmd/[email protected]`
7475

7576
Currently, we are using [email protected]
7677

77-
`go get google.golang.org/grpc/cmd/[email protected]`
78+
`go install google.golang.org/grpc/cmd/[email protected]`
7879

7980
### Local builds
8081

0 commit comments

Comments
 (0)