From 5bb6d92c63c9aee0fb29072561cbc53fa7d3848c Mon Sep 17 00:00:00 2001 From: Rahil Bhimjiani Date: Thu, 7 Dec 2023 05:06:00 +0530 Subject: [PATCH] install: Add Gentoo package (#355) Signed-off-by: Rahil Bhimjiani --- src/docs/markdown/install.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/docs/markdown/install.md b/src/docs/markdown/install.md index 13670fe..e0f5074 100644 --- a/src/docs/markdown/install.md +++ b/src/docs/markdown/install.md @@ -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._ + +
emerge www-servers/caddy
+ +[**View Gentoo Package**](https://packages.gentoo.org/packages/www-servers/caddy) + + + ## Homebrew (Mac) _Note: This is a community-maintained installation method._