Update README.md

Updates documentation reference to Go version from 1.7 to 1.10 as minimum required to compile geth.
This commit is contained in:
Keith Hall Barnett 2018-04-15 08:42:57 -05:00 committed by GitHub
parent 7d6ae16b1a
commit 48de6c6706
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ For prerequisites and detailed build instructions please read the
[Installation Instructions](https://github.com/EthereumCommonwealth/go-callisto/wiki/Building-Ethereum) [Installation Instructions](https://github.com/EthereumCommonwealth/go-callisto/wiki/Building-Ethereum)
on the wiki. on the wiki.
Building geth requires both a Go (version 1.7 or later) and a C compiler. Building geth requires both a Go (version 1.10 or later) and a C compiler.
You can install them using your favourite package manager. You can install them using your favourite package manager.
Once the dependencies are installed, run Once the dependencies are installed, run