diff options
author | Maran <maran.hidskes@gmail.com> | 2015-03-20 20:19:26 +0800 |
---|---|---|
committer | Maran <maran.hidskes@gmail.com> | 2015-03-20 20:19:26 +0800 |
commit | 7690285cbee6718785ee72fcb222865f7ddbcd56 (patch) | |
tree | ea051cfcab17138d8fc481985d46c9471ddaad85 | |
parent | 4f5b362bda862b0d77583491d5e04193148a9349 (diff) | |
download | dexon-7690285cbee6718785ee72fcb222865f7ddbcd56.tar dexon-7690285cbee6718785ee72fcb222865f7ddbcd56.tar.gz dexon-7690285cbee6718785ee72fcb222865f7ddbcd56.tar.bz2 dexon-7690285cbee6718785ee72fcb222865f7ddbcd56.tar.lz dexon-7690285cbee6718785ee72fcb222865f7ddbcd56.tar.xz dexon-7690285cbee6718785ee72fcb222865f7ddbcd56.tar.zst dexon-7690285cbee6718785ee72fcb222865f7ddbcd56.zip |
Fix link to build instructions in the readme
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ Ethereum (CLI): `go get github.com/ethereum/go-ethereum/cmd/ethereum` -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(Go)), switch to the go-ethereum repository root folder, and build/install the executable you need: +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: Mist (GUI): |