diff --git a/README.md b/README.md index 08be4820..793d4144 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 availabe in Homebrew's