From 047d2a314ab841b127c23926ec2af07af57ad593 Mon Sep 17 00:00:00 2001 From: cortex <1+cortex@noreply.localhost> Date: Thu, 21 May 2026 06:51:43 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc2d5a5..a3717f2 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ mimic is an interactive deployment wizard for self-hosting a Matrix homeserver s ### How it works -The `setup.sh` wizard collects your preferences, writes a `.env`, then orchestrates four stages: compose file generation (`compose_gen.sh`), database and config initialisation (`config_gen.sh`) and worker generation (`worker_gen.sh`). Everything is template-driven — no hand-editing of YAML required. +The `setup.sh` wizard collects your preferences, writes a `.env`, then orchestrates three stages: compose file generation (`compose_gen.sh`), database and config initialisation (`config_gen.sh`) and worker generation (`worker_gen.sh`). Everything is template-driven — no hand-editing of YAML required. ---