docs: GETH_LOCATION -> GETH_DATA_DIR - closes #22417 (#22701)

GETH_LOCATION is confusing and "data dir" is usesd to describe the same in other parts of the documentation
This commit is contained in:
ligi 2021-04-21 10:35:09 +02:00 committed by GitHub
parent de9599bff1
commit 0c57541890
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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