Browse Source

Add details of Gentoo ebuild for stable release

As suggested in #110.
Alex Smith 6 years ago
parent
commit
433370e3fa
1 changed files with 5 additions and 1 deletions
  1. 5 1
      README.md

+ 5 - 1
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
 ```