Merge pull request #194 from YisuiDenghua/patch-5

Update for Gentoo in README
This commit is contained in:
Azalea 2023-09-28 21:45:40 -07:00 committed by GitHub
commit fca42c0390
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))
* 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`
* 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