From 553338b2bc562c2f73cb90e9d4f178944ceda6a6 Mon Sep 17 00:00:00 2001 From: AlbydS <119180144+AlbydST@users.noreply.github.com> Date: Sun, 31 Dec 2023 19:24:47 +0100 Subject: [PATCH] Add more Linux distributions to installation guide I added Alpine Linux, NixOS and openSUSE to the installation guide. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 168c17bf6..bc8323ebd 100644 --- a/README.md +++ b/README.md @@ -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)