install: Add Gentoo package (#355)

Signed-off-by: Rahil Bhimjiani <me@rahil.website>
This commit is contained in:
Rahil Bhimjiani 2023-12-07 05:06:00 +05:30 committed by GitHub
parent 62d50930b4
commit 5bb6d92c63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,6 +23,7 @@ Our [official packages](https://github.com/caddyserver/dist) come only with the
**Community-maintained:** **Community-maintained:**
- [Gentoo](#gentoo)
- [Homebrew (Mac)](#homebrew-mac) - [Homebrew (Mac)](#homebrew-mac)
- [Chocolatey (Windows)](#chocolatey-windows) - [Chocolatey (Windows)](#chocolatey-windows)
- [Scoop (Windows)](#scoop-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) ## Homebrew (Mac)
_Note: This is a community-maintained installation method._ _Note: This is a community-maintained installation method._