From 0c5754189047b1e7a6e15f73d80768db6690ad29 Mon Sep 17 00:00:00 2001 From: ligi Date: Wed, 21 Apr 2021 10:35:09 +0200 Subject: [PATCH] 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 --- docs/_getting-started/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_getting-started/index.md b/docs/_getting-started/index.md index c2725919ef..6787fac01f 100644 --- a/docs/_getting-started/index.md +++ b/docs/_getting-started/index.md @@ -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 /keystore --chainid 5 +clef --keystore /keystore --chainid 5 ``` To begin with, you see errors about a missing keystore, and we fix that soon.