We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed6926b commit 4e55bbcCopy full SHA for 4e55bbc
README.md
@@ -25,7 +25,10 @@ To use this software, you must:
25
for details or, if you are using gccgo, follow the instructions at
26
https://golang.org/doc/install/gccgo
27
- Grab the code from the repository and install the `proto` package.
28
- The simplest way is to run `go get -u github.com/golang/protobuf/protoc-gen-go`.
+ The simplest way is to run:
29
+ ```
30
+ go get -u github.com/golang/protobuf/protoc-gen-go
31
32
The compiler plugin, `protoc-gen-go`, will be installed in `$GOPATH/bin`
33
unless `$GOBIN` is set. It must be in your `$PATH` for the protocol
34
compiler, `protoc`, to find it.
0 commit comments