From 8cc27759b7dc3fef9c6d25907342e2c28d879227 Mon Sep 17 00:00:00 2001 From: mandalkam Date: Wed, 11 Sep 2024 12:31:17 +0200 Subject: [PATCH] Changed file name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66ec041..415def8 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ The environment variable names is derived from config section `implementationgui ### Create config file -Copy .env.skeleton to .env (so .env which will contain your credentials will be excluded from the git repo by .gitignore): +Copy .env.example to .env (so .env which will contain your credentials will be excluded from the git repo by .gitignore): `cp .env.example .env`