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,12 +105,24 @@ yay -S overseer ``` {% endtab %} +{% 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 1. Ensure you have the **Community Applications** plugin installed.