chore: add readme about protobuf

pull/2221/head
Steven 1 year ago
parent 8a796d12b4
commit 14aa3224ce

@ -0,0 +1,17 @@
# Guide
## Prerequisites
- Install [buf](https://docs.buf.build/installation)
## Generate
```sh
buf generate
```
## Format
```sh
buf format -w
```
Loading…
Cancel
Save