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
+1-1
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ The biggest challenge to getting the project to build correctly is ensuring you
28
28
-`protoc-gen-go`
29
29
-`protoc-gen-go-grpc`
30
30
31
-
For MacOS users, you can download the version of `protoc` from the [release page](https://github.com/protocolbuffers/protobuf/releases). Ensure that you copy the `protoc` binary to `/usr/local/bin` or add it to your `GOPATH/bin`.
31
+
You can start by downloading the version of `protoc` from the [release page](https://github.com/protocolbuffers/protobuf/releases). Ensure that you copy the `protoc` binary to `/usr/local/bin` or add it to your `GOPATH/bin`.
32
32
33
33
ALSO, ensure you have copied the `/include` directory of the release to `../include` relative to wherever you installed the binary.
0 commit comments