mirror of
https://github.com/usememos/memos.git
synced 2024-12-19 09:02:49 +03: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
|
|
```
|