Add more Linux distributions to installation guide

I added Alpine Linux, NixOS and openSUSE to the installation guide.
This commit is contained in:
AlbydS
2023-12-31 19:24:47 +01:00
committed by Carter Li
parent a56c092a78
commit 553338b2bc
+5
View File
@@ -31,6 +31,11 @@ There are [screenshots on different platforms](https://github.com/fastfetch-cli/
* Arch Linux: `sudo pacman -S fastfetch`
* Fedora: `sudo dnf install fastfetch`
* Gentoo: `sudo emerge --ask app-misc/fastfetch`
* Alpine: `sudo pkg install fastfetch`
* NixOS: `sudo nix-shell -p fastfetch`
* openSUSE: `sudo zypper install fastfetch`
Replace sudo with doas depending on what you use.
[See also if fastfetch has been packaged for your favorite Linux distro](#Packaging)