Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Commit 3971e49

Browse files
committed
Update README.md
1 parent 6920ca1 commit 3971e49

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
@@ -147,13 +147,13 @@ public class MenuClass_CursorUpdate
147147

148148
## Building
149149

150-
If you'd like to build this yourself, everything you need (other than MelonLoader) is included with this repository, there is no need for recursive cloning etc.
150+
If you'd like to build this yourself, everything you need (other than MelonLoader and/or BepInEx) is included with this repository.
151151

152-
1. Install MelonLoader for your game.
152+
1. Install MelonLoader or BepInEx for your game.
153153
2. Open the `src\Explorer.csproj` file in a text editor.
154-
3. Set the relevant `GameFolder` value(s) for the version(s) you want to build, eg. set `MLCppGameFolder` if you want to build for a MelonLoader Il2Cpp game.
154+
3. Set the relevant `GameFolder` values for the versions you want to build, eg. set `MLCppGameFolder` if you want to build for a MelonLoader Il2Cpp game.
155155
4. Open the `src\Explorer.sln` project.
156-
5. Select `Solution 'Explorer' (1 of 1 project)` in the Solution Explorer panel, and set the <b>Active config</b> to the version you want to build, then build it.
156+
5. Select `Solution 'Explorer' (1 of 1 project)` in the Solution Explorer panel, and set the <b>Active config</b> property to the version you want to build, then build it.
157157
5. The DLLs are built to the `Release\` folder in the root of the repository.
158158

159159
## Credits

0 commit comments

Comments
 (0)