From ce8c1aaae9512642bd48c8ff3d8cb53aab5d1a45 Mon Sep 17 00:00:00 2001 From: Pulse Monitor Date: Thu, 21 Aug 2025 20:59:07 +0000 Subject: [PATCH] docs: add clear Updating section to README - Simple update commands for each installation type - LXC containers just run 'update' command - Standard installs re-run the installer - Docker users pull and recreate --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ac5e1417b..15ba691cd 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,12 @@ docker run -d -p 7655:7655 -v pulse_data:/data rcourtman/pulse:latest 📖 [Advanced installation options →](docs/INSTALL.md) +### Updating + +**LXC Container:** `pct exec -- update` +**Standard Install:** Re-run the installer +**Docker:** `docker pull rcourtman/pulse:latest` then recreate container + ### Initial Setup **Option A: Interactive Setup (UI)**