Skip to content

Commit

Permalink
Add installation instructions for even more Linux distributions
Browse files Browse the repository at this point in the history
Added Alpine (now with the right command), ALT Linux and Arch AUR to the installation instructions.
  • Loading branch information
AlbydS authored Feb 11, 2024
1 parent f4cb3bb commit 56b8572
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 56b8572

Please sign in to comment.