Skip to content

Commit

Permalink
docs: add installation for Gentoo (#2094)
Browse files Browse the repository at this point in the history
Co-authored-by: Fernandez Ludovic <[email protected]>
  • Loading branch information
rahilarious and ldez authored Jan 30, 2024
1 parent ec8306f commit 1a3de70
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/content/installation/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a3de70

Please sign in to comment.