From 08fd967f8abf4e4b3c345f5de17476637d5a29f8 Mon Sep 17 00:00:00 2001 From: Arc <33088785+arcbtc@users.noreply.github.com> Date: Tue, 2 Aug 2022 22:00:55 +0100 Subject: [PATCH] Update installation.md --- docs/guide/installation.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/guide/installation.md b/docs/guide/installation.md index 97fa1438d..2eee8e0c5 100644 --- a/docs/guide/installation.md +++ b/docs/guide/installation.md @@ -29,7 +29,8 @@ poetry env use python3.9 poetry install mkdir data -cp .env.example .env # 'sudo nano .env' and set funding source +cp .env.example .env +sudo nano .env # and set funding source ```