Files
mchat/README.md
2026-04-14 04:48:40 +00:00

15 lines
217 B
Markdown

```shell
protoc \
--go_out=. --go_opt=paths=source_relative \
--go-grpc_out=. --go-grpc_opt=paths=source_relative \
./proto/xxx.proto
```
```shell
git submodule update --init --recursive
./script/run.sh
```