Merge pull request #75 from FuzzyMistborn/patch-2

Update update command in docs
This commit is contained in:
Nicco 2021-05-07 11:31:26 +02:00 committed by GitHub
commit a7779e04bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
Autorestic can update itself! Super handy right? Simply run autorestic update and we will check for you if there are updates for restic and autorestic and install them if necessary. Autorestic can update itself! Super handy right? Simply run autorestic update and we will check for you if there are updates for restic and autorestic and install them if necessary.
```bash ```bash
autorestic update autorestic upgrade
``` ```
Updates both restic and autorestic automagically. Updates both restic and autorestic automagically.