From 302e0745a0337a95b7f859b82f89967c988e9621 Mon Sep 17 00:00:00 2001 From: SUN Date: Sat, 8 Nov 2025 23:47:13 +0900 Subject: [PATCH] docs: move binary note below 'make geth'; drop PATH export; use build/bin/geth --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 96fb82686f..776eed0b41 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,10 @@ them using your favourite package manager. Once the dependencies are installed, make geth ``` +> Note: If you built geth from source, the binary will be located at `build/bin/geth`. + + + or, to build the full suite of utilities: ```shell @@ -78,12 +82,7 @@ sync quickly to the current state of the network. To do so: $ geth console ``` -> Note: If you built geth from source, the binary will be located at `./build/bin/geth`. -> You may run it directly via `./build/bin/geth` or add it to your PATH: -> -> ```sh -> export PATH="$PWD/build/bin:$PATH" -> ``` + This command will: