diff options
author | Taylor Gerring <taylor.gerring@gmail.com> | 2015-03-28 07:32:23 +0800 |
---|---|---|
committer | Taylor Gerring <taylor.gerring@gmail.com> | 2015-03-28 07:32:23 +0800 |
commit | a4cbd1c7be5187a27ff70adeeabc82888d3d7cfd (patch) | |
tree | 29d4470145698f526b9c01689d0dab384a7431e3 /README.md | |
parent | 3ea8c7301e6227467e39ae3daa0f382f06b16fba (diff) | |
download | dexon-a4cbd1c7be5187a27ff70adeeabc82888d3d7cfd.tar.gz dexon-a4cbd1c7be5187a27ff70adeeabc82888d3d7cfd.tar.zst dexon-a4cbd1c7be5187a27ff70adeeabc82888d3d7cfd.zip |
ethereum -> geth
Diffstat (limited to '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: |