From b535f09fb9fbec3b9b653a0c8f5b7cb2d6cff1c3 Mon Sep 17 00:00:00 2001 From: Pulse Monitor Date: Thu, 21 Aug 2025 18:34:27 +0000 Subject: [PATCH] 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 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index abbe98c67..91bcc803e 100644 --- a/README.md +++ b/README.md @@ -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