From a11e0730b6d15a3e1079140ba4f5678b4c877e83 Mon Sep 17 00:00:00 2001 From: Pistachiout <63298680+Pistachiout@users.noreply.github.com> Date: Fri, 16 Jun 2023 20:46:19 +0800 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aa5860b..56dd844 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,8 @@ export PATH=$GOROOT/bin:$PATH ``` 6. 激活环境变量: source /etc/profile - 7. 验证安装成功,使用 go version 结果如图所示: + 7. 更新网络:service network-manager restart + 8. 验证安装成功,使用 go version 结果如图所示: ![Golang 安装成功](https://img-blog.csdnimg.cn/d449c551a6d449d7a640752149be939c.png) ### 3.项目部署