update doc

master
kevin 4 years ago
parent 974c19d6d3
commit eccfaba614

@ -57,6 +57,12 @@ And now, lets walk through the complete flow of quickly create a microservice
* install etcd, mysql, redis * install etcd, mysql, redis
* install protoc-gen-go
```shell
go get -u github.com/golang/protobuf/protoc-gen-go
```
* install goctl * install goctl
```shell ```shell

@ -57,6 +57,12 @@
* 安装etcd, mysql, redis * 安装etcd, mysql, redis
* 安装`protoc-gen-go`
```shell
go get -u github.com/golang/protobuf/protoc-gen-go
```
* 安装goctl工具 * 安装goctl工具
```shell ```shell

@ -60,6 +60,12 @@ And now, lets walk through the complete flow of quickly create a microservice
* install etcd, mysql, redis * install etcd, mysql, redis
* install protoc-gen-go
```
go get -u github.com/golang/protobuf/protoc-gen-go
```
* install goctl * install goctl
```shell ```shell

@ -60,6 +60,12 @@
* 安装etcd, mysql, redis * 安装etcd, mysql, redis
* 安装`protoc-gen-go`
```shell
go get -u github.com/golang/protobuf/protoc-gen-go
```
* 安装goctl工具 * 安装goctl工具
```shell ```shell

Loading…
Cancel
Save