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