[docs] Add Gentoo package in install.md

Signed-off-by: Rahil Bhimjiani <me@rahil.website>
This commit is contained in:
Rahil Bhimjiani 2023-12-02 03:29:19 +05:30
parent 62d50930b4
commit 6042049ed2
No known key found for this signature in database
GPG key ID: 6D39AB4713797E6F

View file

@ -23,6 +23,7 @@ Our [official packages](https://github.com/caddyserver/dist) come only with the
**Community-maintained:**
- [Gentoo](#gentoo)
- [Homebrew (Mac)](#homebrew-mac)
- [Chocolatey (Windows)](#chocolatey-windows)
- [Scoop (Windows)](#scoop-windows)
@ -114,6 +115,16 @@ See our [recommended Docker Compose configuration](/docs/running#docker-compose)
## Gentoo
_Note: This is a community-maintained installation method._
<pre><code class="cmd">emerge www-servers/caddy</code></pre>
[**View Gentoo Package**](https://packages.gentoo.org/packages/www-servers/caddy)
## Homebrew (Mac)
_Note: This is a community-maintained installation method._