Skip to content

Commit

Permalink
add alternative update variant
Browse files Browse the repository at this point in the history
  • Loading branch information
Staubgeborener committed May 11, 2024
1 parent 83669d1 commit a75dc95
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/updating.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit a75dc95

Please sign in to comment.