|
@@ -132,12 +132,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.8.1:
|
|
|
+Then clone, build and install a release version of GameMode at 1.8.2:
|
|
|
|
|
|
```bash
|
|
|
git clone https://github.com/FeralInteractive/gamemode.git
|
|
|
cd gamemode
|
|
|
-git checkout 1.8.1 # omit to build the master branch
|
|
|
+git checkout 1.8.2 # omit to build the master branch
|
|
|
./bootstrap.sh
|
|
|
```
|
|
|
To test GameMode installed and will run correctly:
|