From c7c1c5470fa3ea2488d8bf81ec08813273a1b303 Mon Sep 17 00:00:00 2001 From: Alex Smith Date: Wed, 27 Feb 2019 09:38:09 +0000 Subject: [PATCH] Minor fix for preload instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb27a59..83cd69e 100644 --- a/README.md +++ b/README.md @@ -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