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