Update to 1.1 ready for release

This commit is contained in:
Marc Di Luzio
2018-04-25 15:50:05 +01:00
parent eac854b753
commit fb2f3c628a
6 changed files with 18 additions and 6 deletions

View File

@@ -22,8 +22,9 @@ pacman -S meson systemd git
# Fedora
dnf install meson systemd-devel pkg-config git
wget https://github.com/FeralInteractive/gamemode/archive/1.0.tar.gz && tar -xvf 1.0.tar.gz
cd gamemode-1.0
git clone https://github.com/FeralInteractive/gamemode.git
cd gamemode
git checkout 1.1
./bootstrap.sh
```