Skip to content

Commit 5ecbe44

Browse files
authored
better markdown
1 parent df67a3b commit 5ecbe44

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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
2828
1. Navigate to the install folder: `[Steam Library Root]\steamapps\common\Sonic the Hedgehog 4 EP 1`
2929
2. Rename `SonicLauncher.exe` to `SonicLauncher.exe.bak`
3030
3. 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

3333
You'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

4242
1. Make sure you have MinGW installed.
43-
> I used MinGW-W64-builds-4.3.5
43+
- I used MinGW-W64-builds-4.3.5
4444
2. Add the MinGW `bin` folder to PATH
4545
3. Clone the repository, navigate to it and execute `gcc main.c -o main`
4646
4. Follow install instructions

0 commit comments

Comments
 (0)