docs: move binary note below 'make geth'; drop PATH export; use build/bin/geth

This commit is contained in:
SUN 2025-11-08 23:47:13 +09:00
parent 3dcc757acc
commit 302e0745a0

View file

@ -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: