Fix link to build instructions in the readme

This commit is contained in:
Maran 2015-03-20 13:19:26 +01:00
parent 4f5b362bda
commit 7690285cbe
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):