From 86591acdf2f410d9d81079b0d55513f410a0d7a0 Mon Sep 17 00:00:00 2001 From: Ahsan Fayaz Date: Thu, 21 Jul 2022 15:03:34 +0100 Subject: [PATCH] Update version references to 1.7 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 27d9fd3..157159e 100644 --- a/README.md +++ b/README.md @@ -127,12 +127,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.6.1: +Then clone, build and install a release version of GameMode at 1.7: ```bash git clone https://github.com/FeralInteractive/gamemode.git cd gamemode -git checkout 1.6.1 # omit to build the master branch +git checkout 1.7 # omit to build the master branch ./bootstrap.sh ``` To test GameMode installed and will run correctly: