Skip to content

Commit 553338b

Browse files
AlbydSCarterLi
authored andcommitted
Add more Linux distributions to installation guide
I added Alpine Linux, NixOS and openSUSE to the installation guide.
1 parent a56c092 commit 553338b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ There are [screenshots on different platforms](https://github.com/fastfetch-cli/
3131
* Arch Linux: `sudo pacman -S fastfetch`
3232
* Fedora: `sudo dnf install fastfetch`
3333
* Gentoo: `sudo emerge --ask app-misc/fastfetch`
34+
* Alpine: `sudo pkg install fastfetch`
35+
* NixOS: `sudo nix-shell -p fastfetch`
36+
* openSUSE: `sudo zypper install fastfetch`
37+
38+
Replace sudo with doas depending on what you use.
3439

3540
[See also if fastfetch has been packaged for your favorite Linux distro](#Packaging)
3641

0 commit comments

Comments
 (0)