From bb403740671551c2acbbb5c00c84689914966ba2 Mon Sep 17 00:00:00 2001 From: Ahsan Fayaz Date: Wed, 6 Dec 2023 17:11:07 +0000 Subject: [PATCH] Update version number in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 561113ba..9402a974 100644 --- a/README.md +++ b/README.md @@ -131,12 +131,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.7: +Then clone, build and install a release version of GameMode at 1.8: ```bash git clone https://github.com/FeralInteractive/gamemode.git cd gamemode -git checkout 1.7 # omit to build the master branch +git checkout 1.8 # omit to build the master branch ./bootstrap.sh ``` To test GameMode installed and will run correctly: