From b066ecd9e7220571873aacdfffc026180962bc7b Mon Sep 17 00:00:00 2001 From: Ulyssa Date: Wed, 14 May 2025 18:50:07 -0700 Subject: [PATCH] Add Gentoo GURU ebuild to install page --- src/install.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/install.md b/src/install.md index 7d447c4..53ef09d 100644 --- a/src/install.md +++ b/src/install.md @@ -25,6 +25,24 @@ simply run: 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][homebrew] is available in Homebrew's repository. To