updated index
This commit is contained in:
parent
528aa07fff
commit
6f0ae0e780
|
@ -1,39 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Ethereum</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
|
||||
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
|
||||
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
|
||||
</head>
|
||||
<body>
|
||||
<section class="page-header">
|
||||
<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>
|
||||
</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>.
|
||||
</p>
|
||||
|
||||
<footer class="site-footer">
|
||||
<span class="site-footer-owner"><a href="https://github.com/ethereum/go-ethereum">Ethereum</a> is maintained by <a href="https://github.com/ethereum/go-ethereum/graphs/contributors"> the go ethereum team</a>.</span>
|
||||
|
||||
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
|
||||
</footer>
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
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>
|
||||
|
|
Loading…
Reference in New Issue