Readme updating

This commit is contained in:
2025-06-16 12:43:34 -04:00
parent e77a2796dd
commit 72da9c6152

View File

@ -26,3 +26,9 @@ python3 ./proxmox-ntfy/src/main.py http://your.domain.com/
``` ```
Detatch from the current tmux session with `<Ctrl b><d>`, the script should now be deployed and running in the background. Detatch from the current tmux session with `<Ctrl b><d>`, the script should now be deployed and running in the background.
## Updating
You can update the script without cloning the project:
```
git pull --depth=1 --rebase
```