aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTaylor Gerring <taylor.gerring@gmail.com>2015-03-28 07:32:23 +0800
committerTaylor Gerring <taylor.gerring@gmail.com>2015-03-28 07:32:23 +0800
commita4cbd1c7be5187a27ff70adeeabc82888d3d7cfd (patch)
tree29d4470145698f526b9c01689d0dab384a7431e3 /README.md
parent3ea8c7301e6227467e39ae3daa0f382f06b16fba (diff)
downloadgo-tangerine-a4cbd1c7be5187a27ff70adeeabc82888d3d7cfd.tar
go-tangerine-a4cbd1c7be5187a27ff70adeeabc82888d3d7cfd.tar.gz
go-tangerine-a4cbd1c7be5187a27ff70adeeabc82888d3d7cfd.tar.bz2
go-tangerine-a4cbd1c7be5187a27ff70adeeabc82888d3d7cfd.tar.lz
go-tangerine-a4cbd1c7be5187a27ff70adeeabc82888d3d7cfd.tar.xz
go-tangerine-a4cbd1c7be5187a27ff70adeeabc82888d3d7cfd.tar.zst
go-tangerine-a4cbd1c7be5187a27ff70adeeabc82888d3d7cfd.zip
ethereum -> geth
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: