From affddd4ab9eb786f12fb123b09dce4f6e469cfff Mon Sep 17 00:00:00 2001 From: Malte Janduda Date: Fri, 14 Jun 2024 00:38:05 +0200 Subject: [PATCH] Update README: use `go install` instead of `go get` (#498) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bdc8587..559bc1e0 100644 --- a/README.md +++ b/README.md @@ -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.