diff --git a/Building-for-macOS.md b/Building-for-macOS.md index 26761bd..297aa84 100644 --- a/Building-for-macOS.md +++ b/Building-for-macOS.md @@ -14,6 +14,7 @@ You'll need to download and install the following to build Citra: ``` git clone --recursive https://github.com/citra-emu/citra cd citra +git submodule update --init --recursive ``` ### Using CMake: