1
1
Fork 0
mirror of https://github.com/usememos/memos.git synced 2025-03-01 07:48:19 +08:00
memos/proto/README.md
2023-09-14 19:21:21 +08:00

17 lines
153 B
Markdown

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