瀏覽代碼

Minor fix for preload instructions

Alex Smith 6 年之前
父節點
當前提交
c7c1c5470f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
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