diff options
author | ligi <ligi@ligi.de> | 2019-03-12 23:49:07 +0800 |
---|---|---|
committer | ligi <ligi@ligi.de> | 2019-03-12 23:52:26 +0800 |
commit | 8a03bf21553e735b1821c6ef92457057a2c365f6 (patch) | |
tree | 53106bdf19ff18108578f93c021d015a36b61ca1 | |
parent | 4eee99aac5d890602a8dc8c5b8ff55670bb2d1fd (diff) | |
download | go-tangerine-8a03bf21553e735b1821c6ef92457057a2c365f6.tar go-tangerine-8a03bf21553e735b1821c6ef92457057a2c365f6.tar.gz go-tangerine-8a03bf21553e735b1821c6ef92457057a2c365f6.tar.bz2 go-tangerine-8a03bf21553e735b1821c6ef92457057a2c365f6.tar.lz go-tangerine-8a03bf21553e735b1821c6ef92457057a2c365f6.tar.xz go-tangerine-8a03bf21553e735b1821c6ef92457057a2c365f6.tar.zst go-tangerine-8a03bf21553e735b1821c6ef92457057a2c365f6.zip |
README: Mention go 1.10 as minumum - context #19246
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ For prerequisites and detailed build instructions please read the [Installation Instructions](https://github.com/ethereum/go-ethereum/wiki/Building-Ethereum) on the wiki. -Building geth requires both a Go (version 1.9 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. Once the dependencies are installed, run |