aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-05-02 01:02:35 +0800
committerobscuren <geffobscura@gmail.com>2014-05-02 01:02:35 +0800
commitabb2bebf7f7fd6b0bb18ca8c49aec3a8badf3861 (patch)
tree6168b1f8755a66cacf6850e752ac1de455fd089c /README.md
parentda7828f336cb323c78810d2963f8353787c03077 (diff)
downloaddexon-abb2bebf7f7fd6b0bb18ca8c49aec3a8badf3861.tar
dexon-abb2bebf7f7fd6b0bb18ca8c49aec3a8badf3861.tar.gz
dexon-abb2bebf7f7fd6b0bb18ca8c49aec3a8badf3861.tar.bz2
dexon-abb2bebf7f7fd6b0bb18ca8c49aec3a8badf3861.tar.lz
dexon-abb2bebf7f7fd6b0bb18ca8c49aec3a8badf3861.tar.xz
dexon-abb2bebf7f7fd6b0bb18ca8c49aec3a8badf3861.tar.zst
dexon-abb2bebf7f7fd6b0bb18ca8c49aec3a8badf3861.zip
Fixed minor issue with upnp where 'err' wasn't checked resulting in crash
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index 08104b075..ddf8f2bed 100644
--- a/README.md
+++ b/README.md
@@ -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
====================