From 7cb2d7d8ee89dce1a39468dbdbfbeb3ff637ca4a Mon Sep 17 00:00:00 2001 From: Georgios Konstantopoulos Date: Fri, 5 May 2023 11:47:45 -0700 Subject: [PATCH] chore: point to book for installing (#2584) --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4be8117cb7bf..80941e087ba0 100644 --- a/README.md +++ b/README.md @@ -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