mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-23 03:33:53 +00:00
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:
@@ -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)**
|
||||
|
||||
Reference in New Issue
Block a user