docs: prioritize official installer over community scripts in README

Changed install options order to recommend the official installer first for
systemd/bare metal installations, with community scripts as an alternative option
This commit is contained in:
Pulse Monitor
2025-08-21 18:34:27 +00:00
parent c0af307fef
commit b535f09fb9
+4 -4
View File
@@ -48,14 +48,14 @@ Pulse is built by a solo developer in evenings and weekends. Your support helps:
### Install
```bash
# Option A: Proxmox Helper Script (creates LXC container)
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/pulse.sh)"
# Option A: Official installer (recommended for systemd/bare metal)
curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | sudo bash
# Option B: Docker
docker run -d -p 7655:7655 -v pulse_data:/data rcourtman/pulse:latest
# Option C: Manual install (latest stable)
curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | sudo bash
# Option C: Proxmox Helper Script (creates LXC container)
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/pulse.sh)"
# Install specific version or release channel
curl -fsSL https://raw.githubusercontent.com/rcourtman/Pulse/main/install.sh | sudo bash -s -- --rc # Latest RC