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.
This commit is contained in:
AlbydS 2024-02-12 03:20:10 +01:00 committed by GitHub
parent 467ed54a3b
commit c5d0d84001
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,11 +28,13 @@ There are [screenshots on different platforms](https://github.com/fastfetch-cli/
### Linux
* 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`
* Arch Linux: `sudo pacman -S fastfetch`
* Arch Linux: `sudo pacman -S fastfetch`. You can also find fastfetch [on the AUR](https://aur.archlinux.org/packages/fastfetch-git).
* Fedora: `sudo dnf install fastfetch`
* Gentoo: `sudo emerge --ask app-misc/fastfetch`
* Alpine: `apk add --upgrade fastfetch`
* NixOS: `sudo nix-shell -p fastfetch`
* openSUSE: `sudo zypper install fastfetch`
* ALT Linux: `sudo apt-get install fastfetch`
Replace sudo with doas depending on what you use.