From d0216db9d66480c160106c2b40dcf35e5052f285 Mon Sep 17 00:00:00 2001 From: "k66 (Lana Chen)" Date: Sun, 23 Mar 2025 22:02:34 +0800 Subject: [PATCH] Update README.md Add a command into readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9ccfe933aa..3a1629f464 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,12 @@ or, to build the full suite of utilities: make all ``` +If make `geth fails` due to a missing `build/ci.go` file or related error, you can instead build Geth directly using: + +```shell +go build -o geth ./cmd/geth +``` + ## Executables The go-ethereum project comes with several wrappers/executables found in the `cmd`