Update README.md

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

@ -41,7 +41,7 @@ sudo apt install docker.io
1. 安装 Golang wget https://dl.google.com/go/go1.17.0.linux-amd64.tar.gz
2. 使用 tar 命令将压缩文件解压至指定路径/usr/local/下: tar -zxvf go1.17.0.linux-amd64.tar.gz -C /usr/local
3. sudo -s使当前用户为 root 用户,$HOME=/root
4. vim /etc/hosts,添加:
4. sudo vim /etc/hosts,添加:
```bash
127.0.0.1 orderer.example.com
@ -50,7 +50,7 @@ sudo apt install docker.io
```
5. gedit /root/.bashrc文件,设置环境变量 GOHOME 以及 GOROOT
5. sudo gedit /root/.bashrc文件,设置环境变量 GOHOME 以及 GOROOT
```bash
export GOPATH=/root/go

Loading…
Cancel
Save