From 6000750e6c978c915a69f2fe2aa2be9b94b62f81 Mon Sep 17 00:00:00 2001 From: MarekWo Date: Mon, 12 Jan 2026 09:51:37 +0100 Subject: [PATCH] docs: Add update instructions and testing guidelines for mc-webui --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/README.md b/README.md index 6fcdb18..de9b7ba 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,36 @@ For complete usage instructions, see the [User Guide](docs/user-guide.md). --- +## Updating + +To update mc-webui to the latest version: + +```bash +cd ~/mc-webui +git pull +docker compose up -d --build +``` + +**Testing experimental features:** + +The `dev` branch contains new features that are still being tested: + +```bash +git checkout dev +git pull +docker compose up -d --build +``` + +To return to the stable version: + +```bash +git checkout main +git pull +docker compose up -d --build +``` + +--- + ## Gallery Main Chat Window Unread messages Menu Direct Messages Channel management Message history Contact management Pending contacts Existing contacts