Update README.md

master
Pistachiout 2 years ago committed by GitHub
parent a9edb65160
commit ff5cf0fab6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -84,7 +84,7 @@ export PATH=$GOROOT/bin:$PATH
1. 1.创建保存项目的文件夹: mkdir -p $GOPATH/src
2. 进入文件夹: cd $GOPATH/src
3. 从 github 仓库克隆项目: git clone https://github.com/Pistachiout/Academic-Degree-BlockChain
3. 从 github 仓库克隆项目到education文件夹 git clone https://github.com/Pistachiout/Academic-Degree-BlockChain.git education
4. 进入项目目录cd education
5. 添加项目开发需要依赖的 Golang 包go mod tidy
命令可能会执行失败此时设置代理即可go env -w GOPROXY=https://goproxy.cn

Loading…
Cancel
Save