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 <ryan@sct.dev>
This commit is contained in:
Chris Pritchard
2021-01-22 13:32:02 +00:00
committed by GitHub
parent f90e43b01a
commit 58dbdad2b2

View File

@@ -121,22 +121,45 @@ This version can break any moment. Be prepared to troubleshoot any issues that a
{% tabs %} {% tabs %}
{% tab title="Gentoo" %} {% 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. 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 ```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: Once complete, you can just run:
```bash ```bash
emerge www-apps/overseerr 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 %} {% endtab %}
{% tab title="Swizzin" %} {% tab title="Swizzin" %}