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
This commit is contained in:
Pulse Monitor
2025-08-21 20:59:07 +00:00
parent aac2145510
commit ce8c1aaae9
+6
View File
@@ -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 <container-id> -- update`
**Standard Install:** Re-run the installer
**Docker:** `docker pull rcourtman/pulse:latest` then recreate container
### Initial Setup
**Option A: Interactive Setup (UI)**