From b935e80928247197ba32ab03e147a41a5f938026 Mon Sep 17 00:00:00 2001 From: Benex254 Date: Mon, 12 Aug 2024 00:45:29 +0300 Subject: [PATCH] docs: update readme --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 40328a7..b9d2ac8 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ Heavily inspired by [animdl](https://github.com/justfoolingaround/animdl), [magi - [downloads subcommand](#downloads-subcommand) - [config subcommand](#config-subcommand) - [cache subcommand](#cache-subcommand) + - [update subcommand](#update-subcommand) - [completions subcommand](#completions-subcommand) - [MPV specific commands](#mpv-specific-commands) - [Added keybindings](#added-keybindings) @@ -348,6 +349,9 @@ fastanime config --path # add a desktop entry fastanime config --desktop-entry + +# view current contents of your configuration or can be used to get an example config +fastanime config --view ``` > [!Note] @@ -374,6 +378,20 @@ fastanime cache --size fastanime cache ``` +#### update subcommand + +Easily update fastanime to latest + +**Syntax:** + +```bash +# update fastanime to latest +fastanime update + +# check for latest release +fastanime update --check +``` + #### completions subcommand Helper command to setup shell completions