Update version to 1.5

This commit is contained in:
Ahsan Fayaz
2020-01-22 14:19:26 +00:00
parent 9d34caa1fa
commit d58c59c183
6 changed files with 20 additions and 6 deletions

View File

@@ -106,12 +106,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.4:
Then clone, build and install a release version of GameMode at 1.5:
```bash
git clone https://github.com/FeralInteractive/gamemode.git
cd gamemode
git checkout 1.4 # omit to build the master branch
git checkout 1.5 # omit to build the master branch
./bootstrap.sh
```