@@ -10,7 +10,7 @@ The Sonic 4 EP1 Launcher is a Java app wrapped into an `exe` with `Launch4j`. Un
1010- Sonic 4 Episode 1 (PC)
1111- [ 7-Zip] ( https://www.7-zip.org )
1212- A Java runtime of some sorts. Make sure that it has been added to PATH.
13- > [ AdoptOpenJDK] ( https://adoptopenjdk.net/ ) is recommended.
13+ - [ AdoptOpenJDK] ( https://adoptopenjdk.net/ ) is recommended.
1414- Stub launcher downloaded from the [ releases] ( https://github.com/JakeIsMeh/Sonic4LaunchStub/releases ) page
1515
1616## Instructions
@@ -28,7 +28,7 @@ The Sonic 4 EP1 Launcher is a Java app wrapped into an `exe` with `Launch4j`. Un
28281 . Navigate to the install folder: ` [Steam Library Root]\steamapps\common\Sonic the Hedgehog 4 EP 1 `
29292 . Rename ` SonicLauncher.exe ` to ` SonicLauncher.exe.bak `
30303 . Drag the stub launcher into the folder.
31- > Ensure the stub launcher is still named ` SonicLauncher.exe `
31+ - Ensure the stub launcher is still named ` SonicLauncher.exe `
3232
3333You're done! now go and play the game that you (hopefully) paid for.
3434
@@ -37,10 +37,10 @@ Right-click the stub launcher and click on properties. At the bottom of the wind
3737
3838
3939## Self-building
40- > If you're self-building this stub you have trust issues, but I'll still document this for you. <3
40+ ` If you're self-building this stub you have trust issues, but I'll still document this for you. <3 `
4141
42421 . Make sure you have MinGW installed.
43- > I used MinGW-W64-builds-4.3.5
43+ - I used MinGW-W64-builds-4.3.5
44442 . Add the MinGW ` bin ` folder to PATH
45453 . Clone the repository, navigate to it and execute ` gcc main.c -o main `
46464 . Follow install instructions
0 commit comments