Przeglądaj źródła

Minor fix for preload instructions

Alex Smith 6 lat temu
rodzic
commit
c7c1c5470f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      README.md

+ 1 - 1
README.md

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