docs: fixed link, added readme (#21953)

* docs: fixed links

* docs: added Readme to test locally
pull/21959/head
Marius van der Wijden 4 years ago committed by GitHub
parent 1eee5f12e0
commit 490376a5e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      README.md
  2. 2
      docs/_getting-started/private-net.md

@ -0,0 +1,7 @@
# Documentation of the go-ethereum website
To start a jekyll server run:
```shell
docker-compose up
```
Now you can visit `localhost:4000` to look at the site.

@ -9,7 +9,7 @@ controlled ethereum network is useful as a backend for network integration testi
developers working on issues related to networking/blockchain synching/message
propagation, etc or DAPP developers testing multi-block and multi-user scenarios).
We assume you are able to build `geth` following the [build instructions](../install-and-build/installing-geth)
We assume you are able to build `geth` following the [build instructions](../docs/install-and-build/installing-geth)
## Setting up multiple nodes

Loading…
Cancel
Save