From 4681b7e192b021c21c26cff0cf801cb7064ac3e5 Mon Sep 17 00:00:00 2001 From: Sinai Date: Sat, 29 May 2021 19:46:39 +1000 Subject: [PATCH] Update README -noci --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 275ca8b..f550df8 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,7 @@ If you fork the repository on GitHub you can build using the [dotnet workflow](h 2. Take the artifact from the completed run. For Visual Studio: + 0. Clone the repository and run `git submodule update --init --recursive` to get the submodules. 1. Open the `src\UnityExplorer.sln` project. 2. Build `mcs`, and if using IL2CPP then build `UnhollowerBaseLib` as well.