diff options
author | obscuren <geffobscura@gmail.com> | 2014-05-02 01:02:35 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-05-02 01:02:35 +0800 |
commit | abb2bebf7f7fd6b0bb18ca8c49aec3a8badf3861 (patch) | |
tree | 6168b1f8755a66cacf6850e752ac1de455fd089c /README.md | |
parent | da7828f336cb323c78810d2963f8353787c03077 (diff) | |
download | go-tangerine-abb2bebf7f7fd6b0bb18ca8c49aec3a8badf3861.tar go-tangerine-abb2bebf7f7fd6b0bb18ca8c49aec3a8badf3861.tar.gz go-tangerine-abb2bebf7f7fd6b0bb18ca8c49aec3a8badf3861.tar.bz2 go-tangerine-abb2bebf7f7fd6b0bb18ca8c49aec3a8badf3861.tar.lz go-tangerine-abb2bebf7f7fd6b0bb18ca8c49aec3a8badf3861.tar.xz go-tangerine-abb2bebf7f7fd6b0bb18ca8c49aec3a8badf3861.tar.zst go-tangerine-abb2bebf7f7fd6b0bb18ca8c49aec3a8badf3861.zip |
Fixed minor issue with upnp where 'err' wasn't checked resulting in crash
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 ==================== |