1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-01-10 00:29:01 +02:00

Update quickstart.md

This commit is contained in:
Windfarer 2020-10-28 15:48:00 +08:00 committed by GitHub
parent 217cc8e5e9
commit bf990fa3c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ```shell
go get -u github.com/go-kratos/kratos/tool/kratos go get -u github.com/go-kratos/kratos/tool/kratos