From 60461dc8c896da7c5af14555f340d1f81b484933 Mon Sep 17 00:00:00 2001 From: Philip Kristoffersen Date: Wed, 29 Sep 2021 22:39:24 +0200 Subject: [PATCH] Update readme paths with \\ --- Readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 621644c..988ee5a 100644 --- a/Readme.md +++ b/Readme.md @@ -45,7 +45,7 @@ And here is a full example of all configuration options: [epic_games] enabled=true #On windows this is default true, on linux default false -location="C:\ProgramData\Epic\EpicGamesLauncher" #If this value is not defined, the tool will try to find it automatically (only windows). If it can't find it, it will fail and tell you. +location="C:\\ProgramData\\Epic\\EpicGamesLauncher" #If this value is not defined, the tool will try to find it automatically (only windows). If it can't find it, it will fail and tell you. [legendary] enabled=false #On windows this is default false, on linux default true @@ -53,7 +53,7 @@ executable="legendary" #If this value is not defined, "legendary" will be used, [itch] enabled=false #Default false -location="C:\Users\user\AppData\Roaming\itch" #If this value is not defined, "%APPDATA%itch" will be used on windows, and HOME/.config/itch on linux. +location="C:\\Users\\user\\AppData\\Roaming\\itch" #If this value is not defined, "%APPDATA%itch" will be used on windows, and HOME/.config/itch on linux. [steam] location="C:\\Program Files (x86)\\Steam\\" #If this value is not defined, the tool will try to find it automatically. If it can't find it, it will fail and tell you. @@ -61,4 +61,4 @@ location="C:\\Program Files (x86)\\Steam\\" #If this value is not defined, the t [steamgrid_db] enabled = true #If false, the whole download of custom art will be skipped. auth_key="" #This value is mandatory if you have steamgrid_db enabled. -``` \ No newline at end of file +```