diff options
author | Jeffrey Wilcke <jeffrey@ethereum.org> | 2015-03-22 01:16:55 +0800 |
---|---|---|
committer | Jeffrey Wilcke <jeffrey@ethereum.org> | 2015-03-22 01:16:55 +0800 |
commit | 09766d1729f7530093aec7e9acd3e5339b2c2028 (patch) | |
tree | 32b02ca476b520cde13c0eb3bb9ad91c4d1e32a2 | |
parent | 004f5008ff2fe33e862d3f86dd3edd2f7d3a4694 (diff) | |
parent | 7690285cbee6718785ee72fcb222865f7ddbcd56 (diff) | |
download | go-tangerine-09766d1729f7530093aec7e9acd3e5339b2c2028.tar go-tangerine-09766d1729f7530093aec7e9acd3e5339b2c2028.tar.gz go-tangerine-09766d1729f7530093aec7e9acd3e5339b2c2028.tar.bz2 go-tangerine-09766d1729f7530093aec7e9acd3e5339b2c2028.tar.lz go-tangerine-09766d1729f7530093aec7e9acd3e5339b2c2028.tar.xz go-tangerine-09766d1729f7530093aec7e9acd3e5339b2c2028.tar.zst go-tangerine-09766d1729f7530093aec7e9acd3e5339b2c2028.zip |
Merge pull request #535 from maran/fixReadmeLink
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): |