From 8b2c8ef303d2f18ccc3a41825d54d7f985b4133c Mon Sep 17 00:00:00 2001 From: rhpidfyre Date: Mon, 16 Jun 2025 12:51:29 -0400 Subject: [PATCH] Update the updating docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c4be686..9fb83b9 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ 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. ## Updating -You can update the script without cloning the project: +You can update the script without cloning the project using git: ``` -git pull --depth=1 --rebase --force +git pull ``` \ No newline at end of file