Update README.md

This commit is contained in:
Rjan 2021-06-16 13:15:09 +02:00 committed by GitHub
parent 8b2d74bb2c
commit ca4ca8cbcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,7 @@ wget -c https://golang.org/dl/go1.16.2.linux-amd64.tar.gz -O - | sudo tar -xz -C
#### Go #### Go
To build Lotus, you need a working installation of [Go 1.15.5 or higher](https://golang.org/dl/): To build Lotus, you need a working installation of [Go 1.16.1 or higher](https://golang.org/dl/):
```bash ```bash
wget -c https://golang.org/dl/go1.16.2.linux-amd64.tar.gz -O - | sudo tar -xz -C /usr/local wget -c https://golang.org/dl/go1.16.2.linux-amd64.tar.gz -O - | sudo tar -xz -C /usr/local