docs: fixed link, added readme (#21953)
* docs: fixed links * docs: added Readme to test locally
This commit is contained in:
parent
1eee5f12e0
commit
490376a5e9
|
@ -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
|
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue