Skip to content

Commit

Permalink
Update README: use go install instead of go get (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
MalteJ authored Jun 13, 2024
1 parent 9f39b23 commit affddd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ documentation from your protos.

If you'd like to install this locally, you can `go get` it.

`go get -u github.com/pseudomuto/protoc-gen-doc/cmd/protoc-gen-doc`
`go install github.com/pseudomuto/protoc-gen-doc/cmd/protoc-gen-doc@latest`

Alternatively, you can download a pre-built release for your platform from the [releases][] page.

Expand Down

0 comments on commit affddd4

Please sign in to comment.