From deec3cfc2f6bc036160cdca92c79b49fd6c93007 Mon Sep 17 00:00:00 2001 From: Pistachiout <63298680+Pistachiout@users.noreply.github.com> Date: Wed, 12 Apr 2023 17:28:43 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a72b173..6627456 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ export PATH=$GOROOT/bin: 1. 1.创建保存项目的文件夹: mkdir -p $GOPATH/src 2. 进入文件夹: cd $GOPATH/src - 3. 从 github 仓库克隆项目: git clone https://github.com/bug-away-away/BlockChainCreditSystem.git + 3. 从 github 仓库克隆项目: git clone https://github.com/Pistachiout/Academic-Degree-BlockChain 4. 进入项目目录:cd education 5. 添加项目开发需要依赖的 Golang 包:go mod tidy 命令可能会执行失败,此时设置代理即可:go env -w GOPROXY=https://goproxy.cn