docs: add installation for Gentoo (#2094)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
This commit is contained in:
parent
ec8306f4b5
commit
1a3de70183
1 changed files with 9 additions and 1 deletions
|
@ -36,7 +36,15 @@ docker run goacme/lego -h
|
||||||
cd /usr/ports/security/lego && make install clean
|
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
|
```bash
|
||||||
brew install lego
|
brew install lego
|
||||||
|
|
Loading…
Reference in a new issue