mirror of
https://github.com/usememos/memos.git
synced 2024-11-15 19:26:54 +08:00
17 lines
145 B
Markdown
17 lines
145 B
Markdown
# Guide
|
|
|
|
## Prerequisites
|
|
|
|
- [buf](https://docs.buf.build/installation)
|
|
|
|
## Generate
|
|
|
|
```sh
|
|
buf generate
|
|
```
|
|
|
|
## Format
|
|
|
|
```sh
|
|
buf format -w
|
|
```
|