aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2017-03-23 00:49:50 +0800
committerGitHub <noreply@github.com>2017-03-23 00:49:50 +0800
commit1c1dc0e0fc41d871aa17377d407515f437d3a54d (patch)
tree86ac3ad0a9cdf683f347741e4adcd4f74c7522b0 /README.md
parent6742fc526f3e1ae985d82a1781df4267485e2c70 (diff)
parentc6e6f1fec26833bffc7dd0c9e346fa6579f66dff (diff)
downloadgo-tangerine-1c1dc0e0fc41d871aa17377d407515f437d3a54d.tar
go-tangerine-1c1dc0e0fc41d871aa17377d407515f437d3a54d.tar.gz
go-tangerine-1c1dc0e0fc41d871aa17377d407515f437d3a54d.tar.bz2
go-tangerine-1c1dc0e0fc41d871aa17377d407515f437d3a54d.tar.lz
go-tangerine-1c1dc0e0fc41d871aa17377d407515f437d3a54d.tar.xz
go-tangerine-1c1dc0e0fc41d871aa17377d407515f437d3a54d.tar.zst
go-tangerine-1c1dc0e0fc41d871aa17377d407515f437d3a54d.zip
Merge pull request #3808 from fjl/build-go-1.7
build: require Go >= 1.7
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3241d2250..34522fc06 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,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 and a C compiler.
+Building geth requires both a Go (version 1.7 or later) and a C compiler.
You can install them using your favourite package manager.
Once the dependencies are installed, run