[style] readme.md

This commit is contained in:
what 2023-05-30 17:32:00 +08:00
parent f99a683b4c
commit 1217d360da

View File

@ -1,7 +1,7 @@
# Grpcall
## 生成 protoset file 命令
## Protoset file command
```
protoc --go_out=. \
@ -11,7 +11,7 @@ protoc --go_out=. \
./proto3/device.proto
```
## protoc 版本
## Protoc version
```
protoc --version // libprotoc 3.20.3
```