From ba95b75f725511f5ea8f4f9bf5cbb8953fbc37b7 Mon Sep 17 00:00:00 2001 From: Phillip Stephens Date: Thu, 21 Dec 2023 15:32:27 -0800 Subject: [PATCH] Add submodules to build instructions Former-commit-id: 18fcbc76f19647d399ee66779bd145c6604bd9c0 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 67298db3..927cf880 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,10 @@ Building ``` git clone https://github.com/PrimeDecomp/prime.git ``` +- Update and Initialize submodules: + ``` + git submodule update --init --recursive + ``` - Using [Dolphin Emulator](https://dolphin-emu.org/), extract your game to `orig/GM8E01_00` (or the appropriate version). ![](assets/dolphin-extract.png) - To save space, the only necessary files are the following. Any others can be deleted.