From f4b7872823e8c158aaa757dfbcf8dba818b0aa0a Mon Sep 17 00:00:00 2001 From: Evan Goode Date: Tue, 25 Jun 2024 18:21:12 -0400 Subject: [PATCH] Add Gentoo installation instructions --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 2a5575166..f52696215 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,16 @@ nix run github:unmojang/FjordLauncher See [nix/README.md](nix/README.md) for details. +### Gentoo + +Install from the [unmojang overlay](https://github.com/unmojang/unmojang-overlay): + +```Shell +eselect repository add unmojang-overlay git https://github.com/unmojang/unmojang-overlay +emerge --sync unmojang-overlay +emerge -av games-action/fjordlauncher +``` + ### Other Linux AppImages are available in the [releases section](https://github.com/unmojang/FjordLauncher/releases/latest).