Update installation.md

This commit is contained in:
Arc 2022-08-02 22:00:55 +01:00 committed by GitHub
parent 3b6c2b0103
commit 08fd967f8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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