Update CONTRIBUTING.md (#6202)

Updated git command for obtaining an Oodle extractor
This commit is contained in:
Morten Tychsen Clausen
2023-05-07 14:13:28 +02:00
committed by GitHub
parent d2124ee819
commit ab1185217a

View File

@@ -248,7 +248,7 @@ Note: For this tutorial, you will need a working installation of [Visual Studio
as well as some familiarity with build tools such as [CMake](https://cmake.org).
1. In Visual Studio, clone the following repository using this command:
git clone -b master https://github.com/zao/ooz
git clone --recurse-submodules -b master https://github.com/zao/ooz
2. Configure CMake.
3. Build `bun_extract_file.exe`, `libbun.dll` and `libooz.dll`.