From bf990fa3c6b508a12ac6c32933eb2ad0e79de431 Mon Sep 17 00:00:00 2001 From: Windfarer Date: Wed, 28 Oct 2020 15:48:00 +0800 Subject: [PATCH] Update quickstart.md --- docs/quickstart.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/quickstart.md b/docs/quickstart.md index cfd7a917d..0cf5c0b4d 100644 --- a/docs/quickstart.md +++ b/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