diff options
author | Andy <mortimer.tyrannus@gmail.com> | 2015-04-21 04:47:12 +0800 |
---|---|---|
committer | Andy <mortimer.tyrannus@gmail.com> | 2015-04-21 04:47:12 +0800 |
commit | 59a7405a8072b735472de885c33c2a82fcf7a162 (patch) | |
tree | 22581d0b027d1b6ee6120aba935193ed1955e242 | |
parent | 4494cba489070e68202bb45d241b1e71be4255d0 (diff) | |
download | dexon-59a7405a8072b735472de885c33c2a82fcf7a162.tar dexon-59a7405a8072b735472de885c33c2a82fcf7a162.tar.gz dexon-59a7405a8072b735472de885c33c2a82fcf7a162.tar.bz2 dexon-59a7405a8072b735472de885c33c2a82fcf7a162.tar.lz dexon-59a7405a8072b735472de885c33c2a82fcf7a162.tar.xz dexon-59a7405a8072b735472de885c33c2a82fcf7a162.tar.zst dexon-59a7405a8072b735472de885c33c2a82fcf7a162.zip |
Broken link for detailed go build instructions #661
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ godep go build -v ./cmd/geth Instead of `build`, you can use `install` which will also install the resulting binary. -For prerequisites and detailed build instructions please see the [Wiki](https://github.com/ethereum/go-ethereum/wiki/Building-Ethereum(Go)) +For prerequisites and detailed build instructions please see the [Wiki](https://github.com/ethereum/go-ethereum/wiki/Building-Ethereum) If you intend to develop on go-ethereum, check the [Developers' Guide](https://github.com/ethereum/go-ethereum/wiki/Developers'-Guide) |