From 1a3de701832e5ee1b008d286e877e665a8f4fc74 Mon Sep 17 00:00:00 2001 From: Rahil Bhimjiani Date: Tue, 30 Jan 2024 18:36:03 +0530 Subject: [PATCH] docs: add installation for Gentoo (#2094) Co-authored-by: Fernandez Ludovic --- docs/content/installation/_index.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/content/installation/_index.md b/docs/content/installation/_index.md index 580914ca..dfc581dc 100644 --- a/docs/content/installation/_index.md +++ b/docs/content/installation/_index.md @@ -36,7 +36,15 @@ docker run goacme/lego -h cd /usr/ports/security/lego && make install clean ``` - [Homebrew](https://brew.sh/) user can install [lego](https://formulae.brew.sh/formula/lego) with: +- [Gentoo](https://gitweb.gentoo.org/repo/proj/guru.git/tree/app-crypt/lego) (unofficial): + + You can [enable GURU](https://wiki.gentoo.org/wiki/Project:GURU/Information_for_End_Users) repository and then: + + ```bash + emerge app-crypt/lego + ``` + +- [Homebrew](https://formulae.brew.sh/formula/lego) (unofficial): ```bash brew install lego