From aef835fffa2fec1b8fa1dca394704586ecec39ae Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 29 Apr 2026 21:49:04 +0200 Subject: [PATCH] docs(readme): add configuration step for env and docker files - add instructions to rename .env.example files - add docker-compose.override.yml setup step --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 871940a..78e1191 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,14 @@ A simple QR code generator. - Make (optional, but recommended) - Linux (tested environment) +## Configuration + +Before installation, rename the example files: + +- `./app/.env.example` → `./app/.env` +- `./app/internal/view/front/.env.example` → `./app/internal/view/front/.env` +- `./docker-compose.override.yml.example` → `./docker-compose.override.yml` + ## Installation ``` bash