mirror of https://github.com/usememos/memos
chore: add readme about protobuf
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…
Reference in New Issue