File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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
3739Replace sudo with doas depending on what you use.
3840
You can’t perform that action at this time.
0 commit comments