From dfd2bfc8575f378e7e174d9c1a86a616a890a92d Mon Sep 17 00:00:00 2001 From: Benex254 Date: Sun, 15 Sep 2024 13:29:32 +0300 Subject: [PATCH] docs: update readme --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c44e46f..83eeff8 100644 --- a/README.md +++ b/README.md @@ -664,6 +664,15 @@ The default interface uses inquirerPy which is customizable. Read here to findou The app includes sensible defaults but can be customized extensively. Configuration is stored in `.ini` format at `~/.config/FastAnime/config.ini` on arch linux; for the other operating systems you can check by running `fastanime config --path`. + +> [!TIP] +> You can now use the option `--update` to update your config file from the command-line +> For Example: +> `fastanime --icons --fzf --preview config --update` +> the above will set icons to true, use_fzf to true and preview to true in your config file +> + + ```ini [stream] continue_from_history = True # Auto continue from watch history @@ -734,8 +743,6 @@ icons=false # used by notifier command notification_duration=2 -[anilist] -# Not implemented yet ``` ## Contributing