From e846fbbb80c5ae0d8343cb8dbccf94cc4455cf8d Mon Sep 17 00:00:00 2001 From: Loren Siebert Date: Tue, 10 Jan 2023 22:37:26 -0800 Subject: [PATCH] Point at the book for run instructions (#795) * Point at the book for run instructions * Update README.md Co-authored-by: Bjerg Co-authored-by: Georgios Konstantopoulos Co-authored-by: Bjerg --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 90b1a803e..19c11bf93 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,10 @@ The project is not ready for use. We hope to have full sync implemented sometime # For Developers +## Running Reth + +See the [Reth Book](https://paradigmxyz.github.io/reth) for instructions on how to run Reth. + ## Build & Test Rust minimum required version to build this project is 1.65.0 published 02.11.2022 @@ -51,6 +55,7 @@ cd reth cargo test --all ``` + ## Contributing and Getting Help If you want to contribute, or follow along with contributor discussion, you can use our [main telegram](https://t.me/paradigm_reth) to chat with us about the development of Reth!