You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: go/README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -32,4 +32,6 @@ For MacOS users, you can download the version of `protoc` from the [release page
32
32
33
33
ALSO, ensure you have copied the `/include` directory of the release to `../include` relative to wherever you installed the binary.
34
34
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