Updated documentation
All checks were successful
build / clang-build (push) Successful in 22s

This commit is contained in:
2026-04-07 16:12:52 +02:00
parent 4fab551fe0
commit 0de514041f
2 changed files with 5 additions and 4 deletions

3
.gitignore vendored
View File

@@ -6,6 +6,7 @@
*.ko *.ko
*.obj *.obj
*.elf *.elf
zfetch
# Linker output # Linker output
*.ilk *.ilk
@@ -52,4 +53,4 @@ Mkfile.old
dkms.conf dkms.conf
# debug information files # debug information files
*.dwo *.dwo

View File

@@ -92,7 +92,7 @@ Available logos: alpine, arch, debian, fedora, mint, gentoo, artix, linux, nixos
``` ```
## License & acknowledge ## License & acknowledgement
This tool is distributed with the [MIT license](https://choosealicense.com/licenses/mit/), the logos were taken from This tool is distributed under the [MIT license](https://choosealicense.com/licenses/mit/), the logos were taken from
[pfetch](https://github.com/dylanaraps/pfetch), [neofetch](https://github.com/dylanaraps/neofetch) [pfetch](https://github.com/dylanaraps/pfetch), [neofetch](https://github.com/dylanaraps/neofetch)
and [fastfetch](https://github.com/fastfetch-cli/fastfetch). and [fastfetch](https://github.com/fastfetch-cli/fastfetch).