Update installation.md

This commit is contained in:
Arc
2022-08-02 22:00:55 +01:00
committed by GitHub
parent 3b6c2b0103
commit 08fd967f8a
+2 -1
View File
@@ -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
```