From 17b2b6201bdf8bc058de5365848fcd64eae860d9 Mon Sep 17 00:00:00 2001 From: Michael Butler Date: Fri, 18 Sep 2020 09:40:50 -0400 Subject: [PATCH] Update README.md to point to release 1.6 in instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bbc29ba..2d2cf7d 100644 --- a/README.md +++ b/README.md @@ -107,12 +107,12 @@ ACCEPT_KEYWORDS="**" emerge --ask ~games-util/gamemode-9999 ``` ### Build and Install GameMode -Then clone, build and install a release version of GameMode at 1.5.1: +Then clone, build and install a release version of GameMode at 1.6: ```bash git clone https://github.com/FeralInteractive/gamemode.git cd gamemode -git checkout 1.5.1 # omit to build the master branch +git checkout 1.6 # omit to build the master branch ./bootstrap.sh ```