Explorar el Código

Updated README

maziggy hace 2 meses
padre
commit
6668ecdc78
Se han modificado 2 ficheros con 28 adiciones y 0 borrados
  1. 13 0
      DOCKERHUB.md
  2. 15 0
      README.md

+ 13 - 0
DOCKERHUB.md

@@ -88,6 +88,19 @@ volumes:
 docker compose pull && docker compose up -d
 docker compose pull && docker compose up -d
 ```
 ```
 
 
+## Daily Beta Builds
+
+Beta builds with the latest fixes are published regularly:
+
+```bash
+# Pull a specific beta version
+docker pull maziggy/bambuddy:0.2.2b2
+```
+
+To get notified about beta releases in Bambuddy, go to **Settings → Updates** and enable **"Include beta versions"**.
+
+> **Note:** Beta builds use version tags like `0.2.2b2` — they are never tagged as `latest`. Your stable installation won't auto-update to a beta unless you explicitly pull a beta tag or enable beta notifications.
+
 ## Supported Printers
 ## Supported Printers
 
 
 | Series | Models | Status |
 | Series | Models | Status |

+ 15 - 0
README.md

@@ -417,6 +417,21 @@ docker compose pull && docker compose up -d
 cd bambuddy && git pull && docker compose up -d --build
 cd bambuddy && git pull && docker compose up -d --build
 ```
 ```
 
 
+**Daily Beta Builds:**
+
+Beta builds with the latest fixes are published regularly and available as Docker images:
+
+```bash
+# Pull a specific beta version
+docker pull ghcr.io/maziggy/bambuddy:0.2.2b2
+# or from Docker Hub
+docker pull maziggy/bambuddy:0.2.2b2
+```
+
+To get notified about beta releases in Bambuddy, go to **Settings → Updates** and enable **"Include beta versions"**.
+
+> **Note:** Beta builds use version tags like `0.2.2b2` — they are never tagged as `latest`. Your stable installation won't auto-update to a beta unless you explicitly pull a beta tag or enable beta notifications.
+
 **Useful Commands:**
 **Useful Commands:**
 
 
 ```bash
 ```bash