-
Notifications
You must be signed in to change notification settings - Fork 454
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add more Linux distributions to installation guide
I added Alpine Linux, NixOS and openSUSE to the installation guide.
- Loading branch information
Showing
1 changed file
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
JamiKettunen
Contributor
|
||
* 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) | ||
|
||
|
apk add
?