From 205de0ad1426d7e2e5d57284832b00dabfc268bc Mon Sep 17 00:00:00 2001 From: muppets Date: Mon, 14 Mar 2022 14:42:16 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20README.md=E4=B8=AD=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=AF=B9golang=E5=BC=80=E5=8F=91=E7=8E=AF=E5=A2=83=E7=9A=84?= =?UTF-8?q?=E8=A1=A5=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b213635..9a12821 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,8 @@ drwxrwxr-x 3 git git 4.0K Dec 1 17:31 docs # 附录文档 **2. 源码编译安装包** -该方式需要你的电脑有基本的Golang发开环境 +该方式需要你的电脑有基本的Golang开发环境 +安装网址:https://docs.studygolang.com/doc/install ```bash $ git clone https://gitee.com/oschina/git-repo-clean @@ -37,6 +38,9 @@ $ make # 在bin/目录下即是编译后的程序包 ``` +如果make时提示 i/o timeout 请尝试更换国内代理 +> go env -w GOPROXY=https://goproxy.cn,direct + + 安装 **1. Linux环境** -- Gitee