From 2f017fe2cb7e40a19ed607a3d096cdba26140cce Mon Sep 17 00:00:00 2001 From: Chris Pritchard Date: Sat, 2 Jan 2021 02:32:53 +0000 Subject: [PATCH] docs: Added installation instructions for gentoo (#556) [skip ci] --- docs/getting-started/installation.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md index 08063bc02..4a978da9a 100644 --- a/docs/getting-started/installation.md +++ b/docs/getting-started/installation.md @@ -105,11 +105,23 @@ yay -S overseer ``` {% endtab %} -{% endtabs %} +{% tab title="Gentoo \(3rd Party\)" %} +Portage overlay [GitHub Repository](https://github.com/chriscpritchard/overseerr-overlay) +Efforts will be made to keep up to date with the latest releases, however, this cannot be guaranteed. +To enable using eselect repository, run: +```bash +eselect repository add overseerr-overlay git https://github.com/chriscpritchard/overseerr-overlay.git +``` +Once complete, you can just run: +```bash +emerge www-apps/overseerr +``` +{% endtab %} +{% endtabs %} ## Unraid