mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-26 04:42:56 +00:00
GETH_LOCATION is confusing and "data dir" is usesd to describe the same in other parts of the documentation
This commit is contained in:
parent
de9599bff1
commit
0c57541890
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ For this tutorial, we use a `light` sync:
|
|||
Start Clef, setting the keystore and chain id (goerli is 5) for the network we want to connect to:
|
||||
|
||||
```shell
|
||||
clef --keystore <GETH_LOCATION>/keystore --chainid 5
|
||||
clef --keystore <GETH_DATA_DIR>/keystore --chainid 5
|
||||
```
|
||||
|
||||
To begin with, you see errors about a missing keystore, and we fix that soon.
|
||||
|
|
|
|||
Loading…
Reference in a new issue