From a0dcf9f32332ebc897d73b29c247da54e75c8629 Mon Sep 17 00:00:00 2001 From: Austin Griffith Date: Tue, 3 Sep 2024 14:16:42 -0600 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ed37f9f..c93b80c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # 📡 buidlguidl client -This project will download clients executables and start a Reth + Lighthouse node pair. Syncing the client databases will require ~1.2 TB of free space. + +> [full ethereum node in one command](https://client.buidlguidl.com) + +This project will download and start a Reth + Lighthouse node pair. Syncing the client databases will require ~1.2 TB of free space. ## Requirements - node (https://nodejs.org/en) @@ -24,4 +27,4 @@ If you want to specify a non-standard location for the ethereum_clients director If you want to use a Geth + Prysm client pair, pass those as --executionclient (-e) and --consensusclient (-c) options to index.js: ```bash node index.js --executionclient geth --consensusclient prysm - ``` \ No newline at end of file + ```