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.
2 parents 605df25 + 4268655 commit 63e03edCopy full SHA for 63e03ed
README.md
@@ -136,8 +136,8 @@ See the project helpers for the complete list.
136
## Install
137
138
* Install the **Go** compiler and tools from https://golang.org/doc/install
139
-* Install **protobuf**: `go get -u github.com/golang/protobuf/{proto,protoc-gen-go}`
140
-* Install **protoc-gen-gotemplate**: `go get -u moul.io/protoc-gen-gotemplate`
+* Install **protobuf**: `go install github.com/golang/protobuf/protoc-gen-go@latest`
+* Install **protoc-gen-gotemplate**: `go install moul.io/protoc-gen-gotemplate@latest`
141
142
## Docker
143
0 commit comments