diff options
author | aperseghin <aperseghin@gmail.com> | 2015-03-27 21:29:35 +0800 |
---|---|---|
committer | aperseghin <aperseghin@gmail.com> | 2015-03-27 21:29:35 +0800 |
commit | db1c52918fb517416842d05c41beb68d828fbe63 (patch) | |
tree | 4ea1a220074a1a7acaf97a2dfcb424048649c3d3 | |
parent | eb102bf4bb0bff773824ff467fbb2e49c1f6939b (diff) | |
download | dexon-db1c52918fb517416842d05c41beb68d828fbe63.tar.gz dexon-db1c52918fb517416842d05c41beb68d828fbe63.tar.zst dexon-db1c52918fb517416842d05c41beb68d828fbe63.zip |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |