Update README.md

This commit is contained in:
2026-05-21 06:51:43 +00:00
parent 099ae71dfd
commit 047d2a314a
+1 -1
View File
@@ -15,7 +15,7 @@ mimic is an interactive deployment wizard for self-hosting a Matrix homeserver s
### How it works ### 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.
--- ---