Skip to content

Commit

Permalink
Merge pull request #179 from Doozers/patch-2
Browse files Browse the repository at this point in the history
fix: update install instruction
  • Loading branch information
moul committed Dec 3, 2022
2 parents 605df25 + 4268655 commit 63e03ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ See the project helpers for the complete list.
## Install

* Install the **Go** compiler and tools from https://golang.org/doc/install
* Install **protobuf**: `go get -u github.com/golang/protobuf/{proto,protoc-gen-go}`
* 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`

## Docker

Expand Down

0 comments on commit 63e03ed

Please sign in to comment.