This commit is contained in:
cupcakearmy 2021-05-07 11:34:46 +02:00
parent a7779e04bd
commit 41736ea3c4
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9
4 changed files with 13 additions and 13 deletions

View File

@ -36,7 +36,7 @@
> [Exec](/cli/exec)
> [Install](/cli/install)
> [Uninstall](/cli/uninstall)
> [Update](/cli/update)
> [Upgrade](/cli/upgrade)
[Examples](/examples)

View File

@ -1,11 +0,0 @@
# Update
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
autorestic upgrade
```
Updates both restic and autorestic automagically.
> :ToCPrevNext

View File

@ -0,0 +1,11 @@
# Upgrade
Autorestic can upgrade itself! Super handy right? Simply run autorestic upgrade and we will check for you if there are updates for restic and autorestic and install them if necessary.
```bash
autorestic upgrade
```
Updates both restic and autorestic automagically.
> :ToCPrevNext

View File

@ -1,4 +1,4 @@
# Update
# Upgrade
## From `0.x` to `1.0`