From f32bf6e5057c82f23e95db82e75c07b77c49f938 Mon Sep 17 00:00:00 2001 From: Chris Ward Date: Wed, 18 Sep 2019 16:13:19 +0200 Subject: [PATCH] Add optional console command --- docs/_getting-started/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/_getting-started/index.md b/docs/_getting-started/index.md index 9db397cb4f..cdf945973d 100644 --- a/docs/_getting-started/index.md +++ b/docs/_getting-started/index.md @@ -119,3 +119,9 @@ In the console you can issue any of the Geth commands, for example, to list all ```shell eth.accounts ``` + +You can also enter the console directly when you start the node with the `console` command: + +```shell +geth --syncmode "light" console +```