diff --git a/.gitignore b/.gitignore index 1acfa15..2aecbc7 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ *.ko *.obj *.elf +zfetch # Linker output *.ilk @@ -52,4 +53,4 @@ Mkfile.old dkms.conf # debug information files -*.dwo \ No newline at end of file +*.dwo diff --git a/README.md b/README.md index 17d5495..d5b5f3d 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ Available logos: alpine, arch, debian, fedora, mint, gentoo, artix, linux, nixos ``` -## License & acknowledge -This tool is distributed with the [MIT license](https://choosealicense.com/licenses/mit/), the logos were taken from +## License & acknowledgement +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) -and [fastfetch](https://github.com/fastfetch-cli/fastfetch). \ No newline at end of file +and [fastfetch](https://github.com/fastfetch-cli/fastfetch).