We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec8306f commit 1a3de70Copy full SHA for 1a3de70
docs/content/installation/_index.md
@@ -36,7 +36,15 @@ docker run goacme/lego -h
36
cd /usr/ports/security/lego && make install clean
37
```
38
39
- [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):
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):
48
49
```bash
50
brew install lego
0 commit comments