Skip to content

Commit

Permalink
Add note about installing protoc plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
eculver committed Dec 20, 2024
1 parent 98de34e commit d28491a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,6 @@ For MacOS users, you can download the version of `protoc` from the [release page

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

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.
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.

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 comments on commit d28491a

Please sign in to comment.