From 736fe3e781ee55e4de888e50572a710bb493dddd Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Tue, 28 Apr 2020 10:09:32 +0200 Subject: [PATCH] Update index.md --- docs/_getting-started/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/_getting-started/index.md b/docs/_getting-started/index.md index cab5494159..9def1587e7 100644 --- a/docs/_getting-started/index.md +++ b/docs/_getting-started/index.md @@ -77,7 +77,9 @@ terminal and using the following command to open a JavaScript console: ```shell geth attach ``` -If you get the error 'unable to attach to remote geth', try including the path to localhost as shown below: + +If you get the error 'unable to attach to remote geth', try connecting via HTTP as shown below: + ```shell geth attach http://127.0.0.1:8545 ```