mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-22 20:56:42 +00:00
docs: move binary note below 'make geth'; drop PATH export; use build/bin/geth
This commit is contained in:
parent
3dcc757acc
commit
302e0745a0
1 changed files with 5 additions and 6 deletions
11
README.md
11
README.md
|
|
@ -24,6 +24,10 @@ them using your favourite package manager. Once the dependencies are installed,
|
||||||
make geth
|
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:
|
or, to build the full suite of utilities:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|
@ -78,12 +82,7 @@ sync quickly to the current state of the network. To do so:
|
||||||
$ geth console
|
$ 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:
|
This command will:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue