Update README.md

master
Pistachiout 1 year ago committed by GitHub
parent a11e0730b6
commit 66fe355d1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -56,7 +56,7 @@ sudo apt install docker- compose
区块链框架Hyperledger Fabric 目前支持Java、Go 等主流编程语言并提供了相应的SDK但是支持最全面的还是 Golang因此采用 Go 语言来进行开发是比较好的选择;
1. 安装 Golang wget https://dl.google.com/go/go1.17.0.linux-amd64.tar.gz
1. 安装 Golangwget https://golang.google.cn/dl/go1.17.linux-amd64.tar.gz
下载受网络环境影响,如果您本地有相应的 tar 包,则直接解压到指定的路径下即可。
3. 使用 tar 命令将压缩文件解压至指定路径/usr/local/下: tar -zxvf go1.17.0.linux-amd64.tar.gz -C /usr/local
4. sudo -s使当前用户为 root 用户,$HOME=/root

Loading…
Cancel
Save