You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: improve and consolidate update instructions in README
- Add dedicated "Updating Pulse" section with clear table of contents entry
- Consolidate scattered update information into one comprehensive section
- Provide specific instructions for each installation method:
* Community Scripts: simple re-run command
* Docker Compose: pull and restart workflow
* Manual LXC: script re-run with service management
* Release Tarball: step-by-step update process
* Development/Source: corrected npm workflow
- Remove duplicate update instructions from Manual LXC section
- Fix development workflow to reflect actual package.json scripts
- Verify all instructions against source code for accuracy
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* Enable/Disable on Boot: `sudo systemctl enable/disable pulse-monitor.service`
255
-
256
-
**Automatic Updates:**
257
-
If enabled via the script, a cron job runs `./install-pulse.sh --update` Daily/Weekly/Monthly. Logs are in`/var/log/pulse_update.log`. Manage with `sudo crontab -l -u root` or `sudo crontab -e -u root`.
258
-
259
-
</details>
234
+
For update instructions, see the [Updating Pulse](#-updating-pulse) section.
260
235
261
236
---
262
237
@@ -504,6 +479,78 @@ For development purposes or running directly from source, see the **[DEVELOPMENT
504
479
- **Proxmox Backup Server:** Version 2.x or 3.x recommended (if monitored).
505
480
- **Web Browser:** Modern evergreen browser.
506
481
482
+
## 🔄 Updating Pulse
483
+
484
+
### Community Scripts LXC Installation
485
+
486
+
If you installed using the Community Scripts method, simply re-run the original installation command:
0 commit comments