docs: add installation for Gentoo (#2094)

Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
This commit is contained in:
Rahil Bhimjiani 2024-01-30 18:36:03 +05:30 committed by GitHub
parent ec8306f4b5
commit 1a3de70183
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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