Skip to content

Commit

Permalink
Add more Linux distributions to installation guide
Browse files Browse the repository at this point in the history
I added Alpine Linux, NixOS and openSUSE to the installation guide.
  • Loading branch information
AlbydS authored and CarterLi committed Jan 1, 2024
1 parent a56c092 commit 553338b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

This comment has been minimized.

Copy link
@JamiKettunen

JamiKettunen Jan 1, 2024

Contributor

apk add?

This comment has been minimized.

Copy link
@JamiKettunen

JamiKettunen Jan 1, 2024

Contributor

wait there isn't an Alpine Linux package of this even in the edge release https://pkgs.alpinelinux.org/packages?name=fastfetch&branch=edge&repo=&arch=&maintainer=

* 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)

Expand Down

0 comments on commit 553338b

Please sign in to comment.