Skip to content

Commit 63e03ed

Browse files
authored
Merge pull request #179 from Doozers/patch-2
fix: update install instruction
2 parents 605df25 + 4268655 commit 63e03ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ See the project helpers for the complete list.
136136
## Install
137137

138138
* 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`
139+
* Install **protobuf**: `go install github.com/golang/protobuf/protoc-gen-go@latest`
140+
* Install **protoc-gen-gotemplate**: `go install moul.io/protoc-gen-gotemplate@latest`
141141

142142
## Docker
143143

0 commit comments

Comments
 (0)