Update to version 1.2

This commit is contained in:
Alex Smith
2018-07-21 09:32:55 +01:00
committed by Alex Smith
parent f6786ed5d2
commit c3938599a8
5 changed files with 33 additions and 27 deletions

View File

@@ -33,12 +33,12 @@ pacman -S meson systemd git
dnf install meson systemd-devel pkg-config git
```
Then clone, build and install a release version of GameMode at 1.1:
Then clone, build and install a release version of GameMode at 1.2:
```bash
git clone https://github.com/FeralInteractive/gamemode.git
cd gamemode
git checkout 1.1
git checkout 1.2
./bootstrap.sh
```