Skip to content

Commit affddd4

Browse files
authored
Update README: use go install instead of go get (#498)
1 parent 9f39b23 commit affddd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ documentation from your protos.
1717

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

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

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

0 commit comments

Comments
 (0)