diff options
author | Maran <maran.hidskes@gmail.com> | 2014-05-02 19:35:44 +0800 |
---|---|---|
committer | Maran <maran.hidskes@gmail.com> | 2014-05-02 19:35:44 +0800 |
commit | 60f9966cd8f991967882dd61e602822a95681d85 (patch) | |
tree | 037e8d0a7a9a546b10ddef65be17a0328b62d551 /README.md | |
parent | 3424bf17ca791b97ea512bef5290d1a52c1758af (diff) | |
parent | f1da6f0564696f4fb5a6c04d1b9e24ed12432d63 (diff) | |
download | dexon-60f9966cd8f991967882dd61e602822a95681d85.tar dexon-60f9966cd8f991967882dd61e602822a95681d85.tar.gz dexon-60f9966cd8f991967882dd61e602822a95681d85.tar.bz2 dexon-60f9966cd8f991967882dd61e602822a95681d85.tar.lz dexon-60f9966cd8f991967882dd61e602822a95681d85.tar.xz dexon-60f9966cd8f991967882dd61e602822a95681d85.tar.zst dexon-60f9966cd8f991967882dd61e602822a95681d85.zip |
Merge branch 'develop' into feature/rpc
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -12,7 +12,15 @@ For the development package please see the [eth-go package](https://github.com/e Build ======= -For build instruction please see the [Wiki](https://github.com/ethereum/go-ethereum/wiki/Building-Ethereum(Go)) +To build Ethereal (GUI): + +`go get github.com/ethereum/go-ethereum/ethereal` + +To build the node (CLI): + +`go get github.com/ethereum/go-ethereum/ethereum` + +For further, detailed, build instruction please see the [Wiki](https://github.com/ethereum/go-ethereum/wiki/Building-Ethereum(Go)) General command line options ==================== |