Update quickstart.md

pull/660/head
Windfarer 4 years ago committed by GitHub
parent 217cc8e5e9
commit bf990fa3c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/quickstart.md

@ -1,6 +1,8 @@
# 快速开始
快速使用kratos项目,可以使用`kratos`工具,如下:
**在安装之前,请确认您的开发环境中正确安装了[golang](https://golang.org/), [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git), 和[protoc](https://grpc.io/docs/protoc-installation/)**
创建kratos项目,可以使用`kratos`工具,如下:
```shell
go get -u github.com/go-kratos/kratos/tool/kratos

Loading…
Cancel
Save