mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-02 17:43:48 +00:00
Go implementation of the Ethereum protocol
* initial commit for updating installation page * consistent tense and style, updated tool list * standardize whitespace: code blocks & bullet lists * standardize capitalization: geth -> Geth * Update docs/_install-and-build/Installing-Geth.md Co-authored-by: Sina Mahmoodi <1591639+s1na@users.noreply.github.com> * fix typo from @s1na review Co-authored-by: Sina Mahmoodi <1591639+s1na@users.noreply.github.com> * fix typo from @s1na review Co-authored-by: Sina Mahmoodi <1591639+s1na@users.noreply.github.com> * Update ubuntu versions + link to CL options page apply suggestions from @S1na review * remove html tags Co-authored-by: Sina Mahmoodi <1591639+s1na@users.noreply.github.com> |
||
|---|---|---|
| _data | ||
| _includes | ||
| _layouts | ||
| bin | ||
| docs | ||
| guide | ||
| redirects | ||
| static | ||
| .gitignore | ||
| .travis.yml | ||
| _config.yml | ||
| CNAME | ||
| doc.md | ||
| docker-compose.yml | ||
| downloads.html | ||
| Gemfile | ||
| index.html | ||
| install.md | ||
| params.json | ||
| README.md | ||
Documentation of the go-ethereum website
To start a jekyll server run:
docker-compose up
Now you can visit localhost:4000 to look at the site.