From 72da9c615260b1b69d9a6a801015458dc7e6893a Mon Sep 17 00:00:00 2001 From: rhpidfyre Date: Mon, 16 Jun 2025 12:43:34 -0400 Subject: [PATCH] Readme updating --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 40e4d4b..9a15a67 100644 --- a/README.md +++ b/README.md @@ -25,4 +25,10 @@ git clone --depth=1 https://github.com/unixtensor/proxmox-ntfy python3 ./proxmox-ntfy/src/main.py http://your.domain.com/ ``` -Detatch from the current tmux session with ``, the script should now be deployed and running in the background. \ No newline at end of file +Detatch from the current tmux session with ``, 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 +``` \ No newline at end of file