From ab1185217ae42a152775267d5a94932e3e3f2139 Mon Sep 17 00:00:00 2001 From: Morten Tychsen Clausen <48551928+mortentc@users.noreply.github.com> Date: Sun, 7 May 2023 14:13:28 +0200 Subject: [PATCH] Update CONTRIBUTING.md (#6202) Updated git command for obtaining an Oodle extractor --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 302ee5e3b7..87c1818c68 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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`.