diff --git a/docs/markdown/_toc.md b/docs/markdown/_toc.md index a402125..8b71d51 100644 --- a/docs/markdown/_toc.md +++ b/docs/markdown/_toc.md @@ -36,7 +36,7 @@ > [Exec](/cli/exec) > [Install](/cli/install) > [Uninstall](/cli/uninstall) -> [Update](/cli/update) +> [Upgrade](/cli/upgrade) [Examples](/examples) diff --git a/docs/markdown/cli/update.md b/docs/markdown/cli/update.md deleted file mode 100644 index 74638c9..0000000 --- a/docs/markdown/cli/update.md +++ /dev/null @@ -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 diff --git a/docs/markdown/cli/upgrade.md b/docs/markdown/cli/upgrade.md new file mode 100644 index 0000000..9d17b82 --- /dev/null +++ b/docs/markdown/cli/upgrade.md @@ -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 diff --git a/docs/markdown/upgrade.md b/docs/markdown/upgrade.md index 7584c14..72d79ab 100644 --- a/docs/markdown/upgrade.md +++ b/docs/markdown/upgrade.md @@ -1,4 +1,4 @@ -# Update +# Upgrade ## From `0.x` to `1.0`