diff --git a/README.md b/README.md index 4d62ec1..d00718d 100644 --- a/README.md +++ b/README.md @@ -35,3 +35,18 @@ fastfetch # or with additional options e.g. fastfetch --colors-block-range-start 9 --colors-block-width 3 ``` + +## Fastfetch (2.40.0-1) + +If you upgrade your Fastfetch version to 2.40.0-1, there are some configuration differences from the previous version. +In this version, the commands fastfetch --config groups and fastfetch --config minimal no longer work, meaning you will encounter an error like the one below. + + + +You need to add this line to your ~/.zshrc (if you are using Zsh) or ~/.bashrc (if you are using Bash): +```sh + fastfetch -c $HOME/.local/share/fastfetch/presets/groups.jsonc +``` +If you follow the tutorial provided earlier, everything should work fine. See the image below. + + diff --git a/errors/image.png b/errors/image.png new file mode 100644 index 0000000..b8fa5fa Binary files /dev/null and b/errors/image.png differ diff --git a/errors/image2.png b/errors/image2.png new file mode 100644 index 0000000..13cffbc Binary files /dev/null and b/errors/image2.png differ