From 6f0ae0e780b041a2f2484e60a6a9c52285ab2827 Mon Sep 17 00:00:00 2001 From: Jeffrey Wilcke Date: Thu, 3 Sep 2015 18:12:42 +0200 Subject: [PATCH] updated index --- getting_started.html | 39 --------------------------------------- index.html | 13 ++++++------- 2 files changed, 6 insertions(+), 46 deletions(-) delete mode 100644 getting_started.html diff --git a/getting_started.html b/getting_started.html deleted file mode 100644 index adf0e4d63a..0000000000 --- a/getting_started.html +++ /dev/null @@ -1,39 +0,0 @@ - - - - - Ethereum - - - - - - - - - -
- -

-Ethereum is an open source crypto project written in the Go language -(among others). This is the official Go Ethereum implementation and host -to the Ethereum Frontier Release client geth. -

- - - -
- - - - diff --git a/index.html b/index.html index 644438c2df..689119c65d 100644 --- a/index.html +++ b/index.html @@ -14,16 +14,16 @@

Ethereum

Official golang implementation of the Ethereum protocol

View on GitHub - Download .zip - Download .tar.gz + Download + Download source

Ethereum is an open source crypto project written in the Go language -(among others). This is the official Go Ethereum implementation and host -to the Ethereum Frontier Release client geth. +(among others: Py & C++). This is the official Go Ethereum implementation and host +to geth, and Ethereum toolset.

@@ -120,9 +120,9 @@ Once the dependencies are installed, run

geth can be configured via command line options, environment variables and config files.

-

To get the options available:

+

Geth comes with extensive build in help. To get the available options:

-
geth --help
+
geth help
 

For further details on options, see the wiki

@@ -147,7 +147,6 @@ dependency management.

-