diff --git a/README.md b/README.md index a3bcc9d..3c86fcc 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,23 @@ On FreeBSD a package is available from the official repositories. To install it ``` pkg install iamb ``` +### Gentoo +On gentoo, an ebuild is available on the [GURU overlay](https://wiki.gentoo.org/wiki/Project:GURU) + +To install it, you may use eselect-repository to enable the GURU overlay: +``` +eselect repository enable guru +``` + +Once you have it enabled, sync the repository with emerge: +``` +emerge --sync guru +``` + +Then simply install iamb: +``` +emerge --ask iamb +``` ### macOS