Skip to content

Commit d28491a

Browse files
committed
Add note about installing protoc plugins
1 parent 98de34e commit d28491a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

go/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,6 @@ For MacOS users, you can download the version of `protoc` from the [release page
3232

3333
ALSO, ensure you have copied the `/include` directory of the release to `../include` relative to wherever you installed the binary.
3434

35-
Once those are installed, you can run `make build` to build the project and most importantly, the generated protobuf files which your IDE will complain about until they are generated.
35+
Then, to install the plugins, run the `go install` commands from the `Dockerfile`. The exact commands are not here because we would be duplicating where versions live if we did. The `Dockerfile` is the source of truth for the versions.
36+
37+
Once those are all installed, you can run `make build` to build the project and most importantly, the generated protobuf files which your IDE will complain about until they are generated.

0 commit comments

Comments
 (0)