From 6592c2229ce7ee8a6d144fa2555e63b0db9dd9cf Mon Sep 17 00:00:00 2001 From: Ahsan Fayaz Date: Tue, 16 Feb 2021 16:12:29 +0000 Subject: [PATCH] Update version references to 1.6.1 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e91cb4e..ccfa6a6 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.6: +Then clone, build and install a release version of GameMode at 1.6.1: ```bash git clone https://github.com/FeralInteractive/gamemode.git cd gamemode -git checkout 1.6 # omit to build the master branch +git checkout 1.6.1 # omit to build the master branch ./bootstrap.sh ```