From 0ff17858da7b616104af952355cdb6af33f96bf2 Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Thu, 29 Dec 2022 05:29:49 +0900 Subject: [PATCH] docs: fix installation (#765) #patch Close #764 You can download prebuilt binaries from GitHub Releases. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index af8a96e84..2884b0d6e 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,11 @@ err = p.Validate() // err: nil ### Installation -Installing PGV can currently only be done from source: +#### Download from GitHub Releases + +Download assets from [GitHub Releases](https://github.com/bufbuild/protoc-gen-validate/releases) and unarchive them and add plugins into `$PATH`. + +#### Build from source ```sh # fetches this repo into $GOPATH