From 1e6f47dcdecf98e6ec7443ba974a97ad9a1eb713 Mon Sep 17 00:00:00 2001 From: MarekWo Date: Sun, 18 Jan 2026 12:09:31 +0100 Subject: [PATCH] docs: Add version freeze to installation instructions Co-Authored-By: Claude Opus 4.5 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c68b844..affc9d5 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,7 @@ For detailed feature documentation, see the [User Guide](docs/user-guide.md). 4. **Build and run** ```bash + python3 -m app.version freeze docker compose up -d --build ```