From 433370e3fa5d7d1d6990f947e0e17a019979bbb5 Mon Sep 17 00:00:00 2001 From: Alex Smith Date: Sun, 10 Mar 2019 10:10:00 +0000 Subject: [PATCH] Add details of Gentoo ebuild for stable release As suggested in #110. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 83cd69e..78d4f99 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,11 @@ pacman -S meson systemd git dnf install meson systemd-devel pkg-config git ``` #### Gentoo -Gentoo has a bleeding-edge ebuild which builds from sources. It will also pull in all the dependencies so you can work on the source code. +Gentoo has an ebuild which builds a stable release from sources. It will also pull in all the dependencies so you can work on the source code. +```bash +emerge --ask games-util/gamemode +``` +You can also install using the latest sources from git: ```bash ACCEPT_KEYWORDS="**" emerge --ask ~games-util/gamemode-9999 ```