From ce9c4aa432f74c34e958b8b0bda8506c164b7f33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milena=20-=20=E4=B8=80=E7=A9=97=E7=81=AF=E8=8A=B1?= <102890144+YisuiDenghua@users.noreply.github.com> Date: Fri, 29 Sep 2023 12:43:20 +0800 Subject: [PATCH] Update README.md, Gentoo --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 33ba67a6..91c040dd 100644 --- a/README.md +++ b/README.md @@ -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