Skip to content

Commit d2c2f5e

Browse files
authored
Codeblocks Fix
Noticed a issue with code blocks not rendering properly on the Wiki, this commit aims to fix it
1 parent 77282cf commit d2c2f5e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/wiki/getting_started.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ If you have issues with Mod Managers head to one of these discords;
2323
7. Move the contents of the `plugins` folder into `BepInEx/plugins` and the contents of the `monomod` folder into the `BepInEx/monomod` folder.
2424
8. Run the game again. If everything runs correctly, a message will appear in the console telling you that the API was loaded.
2525
9. For any additional mods create a new subfolder, it can be called anything and extract the zips archive into it and if there is a `BepInEx` folder within the zip instead drop the contents of that folder into the `BepInEx` root for the modding instance. EX;
26+
2627
```
2728
BepInEx // These go within the BepInEx root folder
2829
|-- config
@@ -39,6 +40,7 @@ README.md |-- These can be ignored but if you want to keep them put th
3940
CHANGELOG.md |--
4041
icon.png --|
4142
```
43+
4244
10. Run the game once more and everything should be correct and working.
4345

4446
### Installing Manually (XBOX Game-Pass)
@@ -51,6 +53,7 @@ icon.png --|
5153
7. Move the contents of the `plugins` folder into `BepInEx/plugins` and the contents of the `monomod` folder into the `BepInEx/monomod` folder.
5254
8. Run the game again. If everything runs correctly, a message will appear in the console telling you that the API was loaded.
5355
9. For any additional mods create a new subfolder, it can be called anything and extract the zips archive into it and if there is a `BepInEx` folder within the zip instead drop the contents of that folder into the `BepInEx` root for the modding instance. EX;
56+
5457
```
5558
BepInEx // These go within the BepInEx root folder
5659
|-- config
@@ -67,6 +70,7 @@ README.md |-- These can be ignored but if you want to keep them put th
6770
CHANGELOG.md |--
6871
icon.png --|
6972
```
73+
7074
10. Run the game once more and everything should be correct and working.
7175

7276
### Installing on the Steam Deck

0 commit comments

Comments
 (0)