updated index
This commit is contained in:
13
index.html
13
index.html
@@ -14,16 +14,16 @@
|
||||
<h1 class="project-name">Ethereum</h1>
|
||||
<h2 class="project-tagline">Official golang implementation of the Ethereum protocol</h2>
|
||||
<a href="https://github.com/ethereum/go-ethereum" class="btn">View on GitHub</a>
|
||||
<a href="https://github.com/ethereum/go-ethereum/zipball/master" class="btn">Download .zip</a>
|
||||
<a href="https://github.com/ethereum/go-ethereum/tarball/master" class="btn">Download .tar.gz</a>
|
||||
<a href="https://github.com/ethereum/go-ethereum/releases/latest" class="btn">Download</a>
|
||||
<a href="https://github.com/ethereum/go-ethereum/tarball/master" class="btn">Download source</a>
|
||||
</section>
|
||||
|
||||
<section class="main-content">
|
||||
|
||||
<p>
|
||||
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 <strong>geth</strong>.
|
||||
(among others: Py & C++). This is the official Go Ethereum implementation and host
|
||||
to <strong>geth</strong>, and <a href="#executables">Ethereum toolset</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
@@ -120,9 +120,9 @@ Once the dependencies are installed, run</p>
|
||||
|
||||
<p><code>geth</code> can be configured via command line options, environment variables and config files.</p>
|
||||
|
||||
<p>To get the options available:</p>
|
||||
<p>Geth comes with extensive build in help. To get the available options:</p>
|
||||
|
||||
<pre><code>geth --help
|
||||
<pre><code>geth help
|
||||
</code></pre>
|
||||
|
||||
<p>For further details on options, see the <a href="https://github.com/ethereum/go-ethereum/wiki/Command-Line-Options">wiki</a></p>
|
||||
@@ -147,7 +147,6 @@ dependency management.</p>
|
||||
</footer>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user