From a75dc9568b8dada02c8dea806fcee89974ae50be Mon Sep 17 00:00:00 2001 From: Staubgeborener Date: Sat, 11 May 2024 21:29:43 +0200 Subject: [PATCH] add alternative update variant --- docs/updating.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/updating.md b/docs/updating.md index 4b0e6be..b107af0 100644 --- a/docs/updating.md +++ b/docs/updating.md @@ -19,7 +19,12 @@ primary_branch: main If the script is executed (e.g. with `./script.sh`) and a new update is available, you will be notified with the following message > NEW klipper-backup version available! -To pull the update navigate to the Klipper-Backup folder and run `git pull`: +The recommended update variant is to start the installation script, which installs the update on request: +```shell +~/klipper-backup/install.sh +``` + +Otherwise you can `git pull` the latest Klipper-Backup version: ```shell cd ~/klipper-backup && git pull ```