docs: fixed link, added readme (#21953)

* docs: fixed links

* docs: added Readme to test locally
This commit is contained in:
Marius van der Wijden 2020-12-03 13:49:44 +01:00 committed by GitHub
parent 1eee5f12e0
commit 490376a5e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

7
README.md Normal file
View File

@ -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.

View File

@ -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 developers working on issues related to networking/blockchain synching/message
propagation, etc or DAPP developers testing multi-block and multi-user scenarios). 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 ## Setting up multiple nodes