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 +++++- ethereal/assets/icon.png | Bin 86700 -> 0 bytes ethereal/assets/samplecoin.html | 69 ---------------------------------------- ethereal/assets/test.html | 55 -------------------------------- 4 files changed, 9 insertions(+), 125 deletions(-) delete mode 100644 ethereal/assets/icon.png delete mode 100644 ethereal/assets/samplecoin.html delete mode 100644 ethereal/assets/test.html 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 ==================== diff --git a/ethereal/assets/icon.png b/ethereal/assets/icon.png deleted file mode 100644 index 73e0ceb75..000000000 Binary files a/ethereal/assets/icon.png and /dev/null differ diff --git a/ethereal/assets/samplecoin.html b/ethereal/assets/samplecoin.html deleted file mode 100644 index 3b039fb04..000000000 --- a/ethereal/assets/samplecoin.html +++ /dev/null @@ -1,69 +0,0 @@ - - -jeffcoin - - - - - -

Jeff Coin

- - -
- -
-
-
- -
- -
- - -
- - - - diff --git a/ethereal/assets/test.html b/ethereal/assets/test.html deleted file mode 100644 index beb888685..000000000 --- a/ethereal/assets/test.html +++ /dev/null @@ -1,55 +0,0 @@ - - -jeffcoin - - - - - -

Jeff Coin

- - -
- -
-
-
- -
- -
- - - - -- cgit v1.2.3