aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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))