From abb2bebf7f7fd6b0bb18ca8c49aec3a8badf3861 Mon Sep 17 00:00:00 2001 From: obscuren Date: Thu, 1 May 2014 19:02:35 +0200 Subject: Fixed minor issue with upnp where 'err' wasn't checked resulting in crash --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'README.md') 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 ==================== -- cgit v1.2.3