Update README.md

This commit is contained in:
sinaioutlander 2020-10-05 23:13:09 +11:00
parent 56bedc9c6b
commit e309821743

View File

@ -16,7 +16,7 @@
<img src="https://raw.githubusercontent.com/sinai-dev/Explorer/master/overview.png"> <img src="https://raw.githubusercontent.com/sinai-dev/Explorer/master/overview.png">
</p> </p>
- [Current status](#current-status) - [Releases](#releases)
- [How to install](#how-to-install) - [How to install](#how-to-install)
- [How to use](#how-to-use) - [How to use](#how-to-use)
- [Mod Config](#mod-config) - [Mod Config](#mod-config)
@ -25,7 +25,7 @@
- [Building](#building) - [Building](#building)
- [Credits](#credits) - [Credits](#credits)
## Current status ## Releases
| Mod Loader | Il2Cpp | Mono | | Mod Loader | Il2Cpp | Mono |
| ----------- | ------ | ---- | | ----------- | ------ | ---- |
@ -42,14 +42,14 @@
### MelonLoader ### MelonLoader
Requires [MelonLoader](https://github.com/HerpDerpinstine/MelonLoader) to be installed for your game. Requires [MelonLoader](https://github.com/HerpDerpinstine/MelonLoader) to be installed for your game.
1. Download the relevant <b>Explorer_MelonLoader_.zip</b> from above. 1. Download the relevant release from above.
2. Unzip the file into the `Mods` folder in your game's installation directory, created by MelonLoader. 2. Unzip the file into the `Mods` folder in your game's installation directory, created by MelonLoader.
3. Make sure it's not in a sub-folder, `Explorer.dll` should be directly in the `Mods\` folder. 3. Make sure it's not in a sub-folder, `Explorer.dll` should be directly in the `Mods\` folder.
### BepInEx ### BepInEx
Requires [BepInEx](https://github.com/BepInEx/BepInEx) to be installed for your game. Requires [BepInEx](https://github.com/BepInEx/BepInEx) to be installed for your game.
1. Download the relevant <b>Explorer_BepInEx_.zip</b> from above. 1. Download the relevant release from above.
2. Unzip the file into the `BepInEx\plugins\` folder in your game's installation directory, created by BepInEx. 2. Unzip the file into the `BepInEx\plugins\` folder in your game's installation directory, created by BepInEx.
3. Make sure it's not in a sub-folder, `Explorer.dll` should be directly in the `plugins\` folder. 3. Make sure it's not in a sub-folder, `Explorer.dll` should be directly in the `plugins\` folder.