Skip to content

Commit

Permalink
docs: fix installation (#765) #patch
Browse files Browse the repository at this point in the history
Close #764

You can download prebuilt binaries from GitHub Releases.
  • Loading branch information
suzuki-shunsuke committed Dec 28, 2022
1 parent 1eb8451 commit 0ff1785
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0ff1785

Please sign in to comment.