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