From 1e1bc45bbf6c9e067bcad3c3debbc5356722f288 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=9B=B7=E6=9E=9D=E8=8A=83?=
Date: Wed, 25 Nov 2020 09:41:10 +0800
Subject: [PATCH 1/2] =?UTF-8?q?#3=20=E7=BB=86=E8=8A=82=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
content/static/doc/install.html | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/content/static/doc/install.html b/content/static/doc/install.html
index 006dbc33b9..ee796644ea 100644
--- a/content/static/doc/install.html
+++ b/content/static/doc/install.html
@@ -29,7 +29,7 @@ 1. Go 下载
其他下载内容.
2. Go 安装
@@ -97,9 +97,9 @@
2. Go 安装
export PATH=$PATH:/usr/local/go/bin
-
- 请注意: 对配置文件的修改可能需要在下一次登录时生效。如果需要立即
- 使修改生效,只需要执行 source $HOME/.profile
之类的命令即可。
+
+ 请注意: 对配置文件的修改可能需要在下一次登录时生效。
+
如果需要立即使修改生效,只需要执行 source $HOME/.profile
之类的命令即可。
@@ -148,8 +148,7 @@ 2. Go 安装
打开您下载的MSI文件,然后按照提示安装 Go。
默认情况下,安装程序会将 Go 安装至 C:\Go 目录,您可以根据您的需要修改它。
- 在安装后,您可能需要重新启动您所有打开的命令提示符程序,以便使安装程序对环境的修改
- 在命令提示符程序中生效。
+ 在安装后,您可能需要重新启动您所有打开的命令提示符程序,以便安装程序对环境的修改在命令提示符程序中生效。
From b0529a584aa3ba6a31ddb29223ff9c53682282d8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=9B=B7=E6=9E=9D=E8=8A=83?=
Date: Wed, 25 Nov 2020 09:47:25 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E7=BB=86=E8=8A=82=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
content/static/doc/install.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/static/doc/install.html b/content/static/doc/install.html
index ee796644ea..17ed8ea4b1 100644
--- a/content/static/doc/install.html
+++ b/content/static/doc/install.html
@@ -97,7 +97,7 @@ 2. Go 安装
export PATH=$PATH:/usr/local/go/bin
-
+
请注意: 对配置文件的修改可能需要在下一次登录时生效。
如果需要立即使修改生效,只需要执行 source $HOME/.profile
之类的命令即可。