From e03dce1a7c7176db163b69b0d2a40d7125b9eb34 Mon Sep 17 00:00:00 2001 From: EnderIce2 Date: Tue, 8 Apr 2025 12:09:38 +0300 Subject: [PATCH] Improve formatting of installation instructions in documentation --- docs/installation.md | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 04bc365..18f2455 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -84,21 +84,17 @@ In Lutris, you can achieve this by adding the path to `bridge.exe` in the `Execu === "Without bridge" - ``` - Executable - /mnt/games/lutris/league-of-legends/drive_c/Riot Games/League of Legends/LeagueClient.exe - Arguments - --locale=en_US --launch-product=league_of_legends --launch-patchline=live - ``` + - Executable + - `/mnt/games/lutris/league-of-legends/drive_c/Riot Games/League of Legends/LeagueClient.exe` + - Arguments + - `--locale=en_US --launch-product=league_of_legends --launch-patchline=live` === "With bridge" - ``` - Executable - /mnt/games/lutris/league-of-legends/drive_c/bridge.exe - Arguments - "C:\Riot Games\League of Legends\LeagueClient.exe" --locale=en_US --launch-product=league_of_legends --launch-patchline=live - ``` + - Executable + - `/mnt/games/lutris/league-of-legends/drive_c/bridge.exe` + - Arguments + - `"C:\Riot Games\League of Legends\LeagueClient.exe" --locale=en_US --launch-product=league_of_legends --launch-patchline=live` In Wine, all you need to do is run `bridge.exe` and select `Start`.