Skip to content

Commit c5d0d84

Browse files
author
AlbydS
authored
Add installation instructions for even more Linux distributions (#715)
Added Alpine (now with the right command), ALT Linux and Arch AUR to the installation instructions.
1 parent 467ed54 commit c5d0d84

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,13 @@ There are [screenshots on different platforms](https://github.com/fastfetch-cli/
2828
### Linux
2929

3030
* Debian / Ubuntu: Download `fastfetch-<version>-Linux.deb` from [Github release page](https://github.com/fastfetch-cli/fastfetch/releases/latest) and `dpkg -i fastfetch-<version>-Linux.deb`
31-
* Arch Linux: `sudo pacman -S fastfetch`
31+
* Arch Linux: `sudo pacman -S fastfetch`. You can also find fastfetch [on the AUR](https://aur.archlinux.org/packages/fastfetch-git).
3232
* Fedora: `sudo dnf install fastfetch`
3333
* Gentoo: `sudo emerge --ask app-misc/fastfetch`
34+
* Alpine: `apk add --upgrade fastfetch`
3435
* NixOS: `sudo nix-shell -p fastfetch`
3536
* openSUSE: `sudo zypper install fastfetch`
37+
* ALT Linux: `sudo apt-get install fastfetch`
3638

3739
Replace sudo with doas depending on what you use.
3840

0 commit comments

Comments
 (0)