aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorFelix Lange <fjl@twurst.com>2014-10-23 21:06:26 +0800
committerFelix Lange <fjl@twurst.com>2014-10-23 21:06:26 +0800
commitbd2862aec613ab1bca7b18884ca0a2fac3f9c2d2 (patch)
tree3e33da65dc7e02648796455e905e79306a988990 /README.md
parent69baa465ea69ae60eed802445cf0132b9eb69934 (diff)
downloadgo-tangerine-bd2862aec613ab1bca7b18884ca0a2fac3f9c2d2.tar
go-tangerine-bd2862aec613ab1bca7b18884ca0a2fac3f9c2d2.tar.gz
go-tangerine-bd2862aec613ab1bca7b18884ca0a2fac3f9c2d2.tar.bz2
go-tangerine-bd2862aec613ab1bca7b18884ca0a2fac3f9c2d2.tar.lz
go-tangerine-bd2862aec613ab1bca7b18884ca0a2fac3f9c2d2.tar.xz
go-tangerine-bd2862aec613ab1bca7b18884ca0a2fac3f9c2d2.tar.zst
go-tangerine-bd2862aec613ab1bca7b18884ca0a2fac3f9c2d2.zip
fix 'go get' commands in after the move to cmd/
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index fd60f7a6a..c28ce4607 100644
--- a/README.md
+++ b/README.md
@@ -44,11 +44,11 @@ Build
To build Mist (GUI):
-`go get github.com/ethereum/go-ethereum/mist`
+`go get github.com/ethereum/go-ethereum/cmd/mist`
To build the node (CLI):
-`go get github.com/ethereum/go-ethereum/ethereum`
+`go get github.com/ethereum/go-ethereum/cmd/ethereum`
For further, detailed, build instruction please see the [Wiki](https://github.com/ethereum/go-ethereum/wiki/Building-Ethereum(Go))