Update version references to 1.6.1

This commit is contained in:
Ahsan Fayaz 2021-02-16 16:12:29 +00:00
parent 05a4c0c152
commit 6592c2229c

View File

@ -107,12 +107,12 @@ ACCEPT_KEYWORDS="**" emerge --ask ~games-util/gamemode-9999
``` ```
### Build and Install GameMode ### 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 ```bash
git clone https://github.com/FeralInteractive/gamemode.git git clone https://github.com/FeralInteractive/gamemode.git
cd gamemode 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 ./bootstrap.sh
``` ```