aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordada513 <dada513@protonmail.com>2022-01-28 09:12:55 +0100
committerdada513 <dada513@protonmail.com>2022-01-28 09:12:55 +0100
commit232295bda745a332dc023a84839e0815c0024228 (patch)
tree20dec5d919d40a53a5cc89fdc41d92cb95c87167
parent451768ccf93285f65a577eda691329c76cd71489 (diff)
downloadPrismLauncher-232295bda745a332dc023a84839e0815c0024228.tar.gz
PrismLauncher-232295bda745a332dc023a84839e0815c0024228.tar.bz2
PrismLauncher-232295bda745a332dc023a84839e0815c0024228.zip
add gentoo instructions
-rw-r--r--README.md11
1 files changed, 10 insertions, 1 deletions
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.
### <img src="https://www.gentoo.org/assets/img/logo/gentoo-signet.svg" height="20" /> 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"
+```
### <img src="https://www.vectorlogo.zone/logos/getfedora/getfedora-icon.svg" height="20"> Fedora