From 232295bda745a332dc023a84839e0815c0024228 Mon Sep 17 00:00:00 2001 From: dada513 Date: Fri, 28 Jan 2022 09:12:55 +0100 Subject: [PATCH] add gentoo instructions --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ea61680c..a95d2aef 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,16 @@ A [Nix derivation](packages/nix/NIX.md) is available. ### Gentoo -A Gentoo ebuild is available in the [swirl](https://git.swurl.xyz/swirl/ebuilds) overlay, named `games-action/polymc`. Check the README for instructions on how to add the overlay. +A Gentoo ebuild is available in the [swirl](https://git.swurl.xyz/swirl/ebuilds) overlay, named `games-action/polymc`. + +```sh +emerge --oneshot eselect-repository +eselect-repository enable swirl +emaint sync -r swirl +emerge polymc +# to use latest git version: +sudo tee -a /etc/portage/package.accept_keywords <<< "=games-action/polymc-9999 ~amd64" +``` ### Fedora