From b2a43091ae740ba68211f280388f37568e47a4fb Mon Sep 17 00:00:00 2001 From: Evan Goode Date: Fri, 22 Aug 2025 15:07:17 -0400 Subject: [PATCH] Update Gentoo install instructions to use official overlays list --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a7114bff2..ca838f2bd 100644 --- a/README.md +++ b/README.md @@ -84,8 +84,8 @@ See [nix/README.md](nix/README.md) for details. 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 +eselect repository enable unmojang-overlay +emaint sync -r unmojang-overlay emerge -av games-action/fjordlauncher ```