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 ```