Minor fix for preload instructions

This commit is contained in:
Alex Smith 2019-02-27 09:38:09 +00:00
parent 326be7ebbd
commit c7c1c5470f

View File

@ -67,12 +67,12 @@ Or edit the steam launch options:
```bash
gamemoderun %command%
```
Please note the backslash here in `\$LIB` is required.
Note: for older versions of GameMode (1.2) use this string in place of `gamemoderun`:
```
LD_PRELOAD="$LD_PRELOAD:/usr/\$LIB/libgamemodeauto.so.0"
```
Please note the backslash here in `\$LIB` is required.
---
## Configuration