From e86580c18cc972470123e7e7b0f0c02ca65215b8 Mon Sep 17 00:00:00 2001 From: Alex Smith Date: Tue, 9 Apr 2019 08:34:13 +0100 Subject: [PATCH] Update instructions to use 1.3.1 as the current stable release --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 72d711c..7c207f8 100644 --- a/README.md +++ b/README.md @@ -44,12 +44,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.3: +Then clone, build and install a release version of GameMode at 1.3.1: ```bash git clone https://github.com/FeralInteractive/gamemode.git cd gamemode -git checkout 1.3 # omit to build the master branch +git checkout 1.3.1 # omit to build the master branch ./bootstrap.sh ```