mirror of
https://github.com/usememos/memos.git
synced 2024-11-13 10:19:49 +08:00
18 lines
153 B
Markdown
18 lines
153 B
Markdown
|
# Guide
|
||
|
|
||
|
## Prerequisites
|
||
|
|
||
|
- Install [buf](https://docs.buf.build/installation)
|
||
|
|
||
|
## Generate
|
||
|
|
||
|
```sh
|
||
|
buf generate
|
||
|
```
|
||
|
|
||
|
## Format
|
||
|
|
||
|
```sh
|
||
|
buf format -w
|
||
|
```
|