aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-03-29 03:34:12 +0800
committerobscuren <geffobscura@gmail.com>2015-03-29 03:34:12 +0800
commit696ff43db3e6d5261aba92df82f7602d5d82e964 (patch)
treea2f0f1af07158f1071d3a3814e0917a578d9e1b1 /README.md
parent368ebe63a95c870a90dba8635d3a5c3863c43330 (diff)
parent2455e0bd1855d6aa15605c31f9d980ca8adaf367 (diff)
downloadgo-tangerine-696ff43db3e6d5261aba92df82f7602d5d82e964.tar.gz
go-tangerine-696ff43db3e6d5261aba92df82f7602d5d82e964.tar.zst
go-tangerine-696ff43db3e6d5261aba92df82f7602d5d82e964.zip
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
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 22b331cbd..a163e67c7 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ Mist (GUI):
Geth (CLI):
-`go get github.com/ethereum/go-ethereum/cmd/ethereum`
+`go get github.com/ethereum/go-ethereum/cmd/geth`
As of POC-8, go-ethereum uses [Godep](https://github.com/tools/godep) to manage dependencies. Assuming you have [your environment all set up](https://github.com/ethereum/go-ethereum/wiki/Building-Ethereum), switch to the go-ethereum repository root folder, and build/install the executable you need: