chore: add readme about protobuf

This commit is contained in:
Steven 2023-09-14 19:21:21 +08:00
parent 8a796d12b4
commit 14aa3224ce

17
proto/README.md Normal file
View File

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