diff options
author | obscuren <geffobscura@gmail.com> | 2015-03-29 03:34:12 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-03-29 03:34:12 +0800 |
commit | 696ff43db3e6d5261aba92df82f7602d5d82e964 (patch) | |
tree | a2f0f1af07158f1071d3a3814e0917a578d9e1b1 | |
parent | 368ebe63a95c870a90dba8635d3a5c3863c43330 (diff) | |
parent | 2455e0bd1855d6aa15605c31f9d980ca8adaf367 (diff) | |
download | go-tangerine-696ff43db3e6d5261aba92df82f7602d5d82e964.tar go-tangerine-696ff43db3e6d5261aba92df82f7602d5d82e964.tar.gz go-tangerine-696ff43db3e6d5261aba92df82f7602d5d82e964.tar.bz2 go-tangerine-696ff43db3e6d5261aba92df82f7602d5d82e964.tar.lz go-tangerine-696ff43db3e6d5261aba92df82f7602d5d82e964.tar.xz go-tangerine-696ff43db3e6d5261aba92df82f7602d5d82e964.tar.zst go-tangerine-696ff43db3e6d5261aba92df82f7602d5d82e964.zip |
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
-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: |