Skip to content

Commit 1a3de70

Browse files
rahilariousldez
andauthored
docs: add installation for Gentoo (#2094)
Co-authored-by: Fernandez Ludovic <[email protected]>
1 parent ec8306f commit 1a3de70

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/content/installation/_index.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,15 @@ docker run goacme/lego -h
3636
cd /usr/ports/security/lego && make install clean
3737
```
3838

39-
[Homebrew](https://brew.sh/) user can install [lego](https://formulae.brew.sh/formula/lego) with:
39+
- [Gentoo](https://gitweb.gentoo.org/repo/proj/guru.git/tree/app-crypt/lego) (unofficial):
40+
41+
You can [enable GURU](https://wiki.gentoo.org/wiki/Project:GURU/Information_for_End_Users) repository and then:
42+
43+
```bash
44+
emerge app-crypt/lego
45+
```
46+
47+
- [Homebrew](https://formulae.brew.sh/formula/lego) (unofficial):
4048

4149
```bash
4250
brew install lego

0 commit comments

Comments
 (0)