doc(project): update project build file doc
This commit is contained in:
parent
a5a01b8e33
commit
6453b2a0ce
|
@ -0,0 +1,11 @@
|
|||
## 构建工具文档
|
||||
|
||||
### 构建 proto (grpc-go)
|
||||
```shell
|
||||
make dcgen
|
||||
```
|
||||
|
||||
### 编译全部的 go 项目
|
||||
```shell
|
||||
make build
|
||||
```
|
Loading…
Reference in New Issue