diff options
author | obscuren <geffobscura@gmail.com> | 2015-04-21 18:14:07 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-04-21 18:14:07 +0800 |
commit | 6c2b703c5871f5d8adf3bc4032385135e665018b (patch) | |
tree | b704e953b177086703269de4643a3ecdbdbbfa3b /README.md | |
parent | f4cd66dc009191f51fc47d9c218c1073a1552bdf (diff) | |
parent | 1dc91975ad801418f6756381275d52549949f4dd (diff) | |
download | dexon-6c2b703c5871f5d8adf3bc4032385135e665018b.tar.gz dexon-6c2b703c5871f5d8adf3bc4032385135e665018b.tar.zst dexon-6c2b703c5871f5d8adf3bc4032385135e665018b.zip |
Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop
Diffstat (limited to 'README.md')
-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) |