diff options
author | obscuren <geffobscura@gmail.com> | 2014-03-06 20:10:39 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-03-06 20:10:39 +0800 |
commit | ea873304cad4b6a9f02a6686df44da8364304905 (patch) | |
tree | 431a5796d414642635dedb8beaa1f294819395ab | |
parent | f80984491a503f2e6cc0b5845744e943854ecade (diff) | |
download | dexon-ea873304cad4b6a9f02a6686df44da8364304905.tar dexon-ea873304cad4b6a9f02a6686df44da8364304905.tar.gz dexon-ea873304cad4b6a9f02a6686df44da8364304905.tar.bz2 dexon-ea873304cad4b6a9f02a6686df44da8364304905.tar.lz dexon-ea873304cad4b6a9f02a6686df44da8364304905.tar.xz dexon-ea873304cad4b6a9f02a6686df44da8364304905.tar.zst dexon-ea873304cad4b6a9f02a6686df44da8364304905.zip |
No longer dev
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,7 +6,7 @@ Ethereum Ethereum Go Development package (C) Jeffrey Wilcke Ethereum is currently in its testing phase. The current state is "Proof -of Concept 2". For build instructions see the [Wiki](https://github.com/ethereum/go-ethereum/wiki/Building-Edge). +of Concept 3". For build instructions see the [Wiki](https://github.com/ethereum/go-ethereum/wiki/Building-Ethereum(Go)). Ethereum Go is split up in several sub packages Please refer to each individual package for more information. @@ -35,7 +35,7 @@ get a node and connectivity going. Build ======= -This is the Developer package. For the development client please see +This is the Developer package. For the Ethereal client please see [Ethereum(G)](https://github.com/ethereum/go-ethereum). `go get -u github.com/ethereum/eth-go` |