From 58dbdad2b2b1d6683bc4ad499ed6fb093edf24a4 Mon Sep 17 00:00:00 2001 From: Chris Pritchard Date: Fri, 22 Jan 2021 13:32:02 +0000 Subject: [PATCH] docs(install/gentoo): updated gentoo install instructions [skip ci] (#701) Includes the live ebuild (which installs the development version of the package) Amended gentoo instructions now that repository is included in the list provided by gentoo Co-authored-by: sct --- docs/getting-started/installation.md | 29 +++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md index 723afd038..d02171af5 100644 --- a/docs/getting-started/installation.md +++ b/docs/getting-started/installation.md @@ -121,22 +121,45 @@ This version can break any moment. Be prepared to troubleshoot any issues that a {% tabs %} {% tab title="Gentoo" %} -Portage overlay [GitHub Repository](https://github.com/chriscpritchard/overseerr-overlay) +Portage overlay [GitHub Repository](https://github.com/chriscpritchard/overseerr-overlay). + +This is now included in the list of [Gentoo repositories](https://overlays.gentoo.org/), so can be easily enabled with `eselect repository` Efforts will be made to keep up to date with the latest releases, however, this cannot be guaranteed. -To enable using eselect repository, run: +**To enable:** +To enable using `eselect repository`, run: ```bash -eselect repository add overseerr-overlay git https://github.com/chriscpritchard/overseerr-overlay.git +eselect repository enable overseerr-overlay ``` +**To install:** Once complete, you can just run: ```bash emerge www-apps/overseerr ``` +**To install the development build:** +A live ebuild (`=www-apps/overseerr-9999`) is also available. To use this, you will need to modify accept_keywords for this package: + +```bash +emerge --autounmask --autounmask-write "=www-apps/overseerr-9999" +``` + +Once installed, you will not be notified of updates, so you can update with: + +```bash +emerge @live-rebuild +``` + +or use `app-portage/smart-live-rebuild` + +{% hint style="danger" %} +This version can break any moment. Be prepared to troubleshoot any issues that arise! +{% endhint %} + {% endtab %} {% tab title="Swizzin" %}