This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/master by this push:
new 4b57f35cb9d [fix] optimization (#1382)
4b57f35cb9d is described below
commit 4b57f35cb9dfde37f772e92a798ec15bc7c8cc83
Author: JM <[email protected]>
AuthorDate: Sun Aug 14 10:53:25 2022 +0800
[fix] optimization (#1382)
---
content/zh/docs3-v2/golang-sdk/quickstart/install.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/content/zh/docs3-v2/golang-sdk/quickstart/install.md
b/content/zh/docs3-v2/golang-sdk/quickstart/install.md
index 75c75725a30..7a9a4c34d38 100644
--- a/content/zh/docs3-v2/golang-sdk/quickstart/install.md
+++ b/content/zh/docs3-v2/golang-sdk/quickstart/install.md
@@ -3,7 +3,7 @@ type: docs
title: 安装 Dubbo-go 开发环境
weight: 1
---
-## 1. 安装Go语言环境
+### 1. 安装Go语言环境
建议使用最新版 go 1.17
@@ -13,11 +13,11 @@ go version >= go 1.15
将 $GOPATH/bin 加入环境变量
-## 2 安装序列化工具protoc
+### 2. 安装序列化工具protoc
[【protoc 下载地址】](https://github.com/protocolbuffers/protobuf/releases)
-## 3 安装 dubbogo-cli 以及相关插件
+### 3. 安装 dubbogo-cli 以及相关插件
执行以下指令安装dubbogo-cli 至 $GOPATH/bin