From 382a72a46878fb4cf4d2930b1ca3f2143bd69bf9 Mon Sep 17 00:00:00 2001 From: Repoman Date: Wed, 14 May 2025 22:51:19 -0300 Subject: [PATCH] Mention Gentoo's GURU ebuild in the README (#374) --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index ce9a9e5..68d2fda 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,24 @@ On FreeBSD a package is available from the official repositories. To install it pkg install iamb ``` +### Gentoo + +On Gentoo, an ebuild is available from the community-managed +[GURU overlay](https://wiki.gentoo.org/wiki/Project:GURU). + +You can enable the GURU overlay with: + +``` +eselect repository enable guru +emerge --sync guru +``` + +And then install `iamb` with: + +``` +emerge --ask iamb +``` + ### macOS On macOS a [package](https://formulae.brew.sh/formula/iamb#default) is available in Homebrew's