Update README.md, Gentoo

This commit is contained in:
Milena - 一穗灯花 2023-09-29 12:43:20 +08:00 committed by GitHub
parent 8d0393d654
commit ce9c4aa432
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,6 +35,12 @@ Currently, these distributions have existing packages for HyFetch:
* Guix: `guix install hyfetch` (Thanks to [@WammKD](https://github.com/WammKD)) * Guix: `guix install hyfetch` (Thanks to [@WammKD](https://github.com/WammKD))
* Slackware `sbopkg -b hyfetch` Slackware [Slackbuild](https://slackbuilds.org/repository/15.0/desktop/hyfetch/?search=hyfetch) (Thanks to [@bittin](https://github.com/bittin) and Urchlay) * Slackware `sbopkg -b hyfetch` Slackware [Slackbuild](https://slackbuilds.org/repository/15.0/desktop/hyfetch/?search=hyfetch) (Thanks to [@bittin](https://github.com/bittin) and Urchlay)
* Nix Profile `nix profile install nixpkgs#hyfetch` * Nix Profile `nix profile install nixpkgs#hyfetch`
* Gentoo: add GURU repository and install hyfetch (Thanks to [@BKasin](https://github.com/BKasin))
* ```
eselect repository enable guru
emaint sync -r guru
emerge -a hyfetch
```
### Method 3: Install the latest developmental version using git ### Method 3: Install the latest developmental version using git