docs: make bootstrap installs buf now

No need to specify a version in the contributing docs. Let `make
bootstrap` handle that.
This commit is contained in:
Michael Schurter 2021-04-29 15:22:04 -07:00
parent 641eb1dc1a
commit b9f3d8e3c7
1 changed files with 2 additions and 1 deletions

View File

@ -71,7 +71,8 @@ Compiling Protobufs
---
If in the course of your development you change a Protobuf file (those ending in .proto), you'll need to recompile the protos.
1. Install [Buf v0.30.1](https://github.com/bufbuild/buf/releases/tag/v0.30.1)
1. Run `make boostrap` to install the [`buf`](https://github.com/bufbuild/buf)
command.
1. Compile Protobufs
```sh
$ make proto