chore: point to book for installing (#2584)

This commit is contained in:
Georgios Konstantopoulos
2023-05-05 11:47:45 -07:00
committed by GitHub
parent ce6ead1b2f
commit 7cb2d7d8ee

View File

@ -43,16 +43,12 @@ See the [Reth Book](https://paradigmxyz.github.io/reth) for instructions on how
### Build & Test
Rust minimum required version to build this project is 1.65.0 published 02.11.2022
Rust minimum required version to build this project is 1.65.0 published 02.11.2022.
Prerequisites:
- Debian
- `libclang`
- `libclang-dev`
See the book for detailed instructions on how to build from [source](https://paradigmxyz.github.io/reth/installation/source.html).
To fully test Reth, you will need to have [Geth installed](https://geth.ethereum.org/docs/getting-started/installing-geth), but it is possible to run a subset of tests without Geth.
First, clone the repository:
```sh