Merge pull request #535 from maran/fixReadmeLink

Fix link to build instructions in the readme
This commit is contained in:
Jeffrey Wilcke 2015-03-21 18:16:55 +01:00
commit 09766d1729
1 changed files with 1 additions and 1 deletions

View File

@ -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):