From ca572efc19c3b3a945621a65bdfd81e4b5b61af2 Mon Sep 17 00:00:00 2001 From: yuriks Date: Tue, 21 Oct 2014 10:20:08 -0700 Subject: [PATCH] Use --recursive option for git clone --- Windows-Build.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Windows-Build.md b/Windows-Build.md index b5f4653..570f9f5 100644 --- a/Windows-Build.md +++ b/Windows-Build.md @@ -15,9 +15,8 @@ For the debugger/Qt GUI, you'll need to install [Qt 5.3.1](http://qt-project.org ### Cloning Citra in Git: ``` -git clone https://github.com/citra-emu/citra.git +git clone --recursive https://github.com/citra-emu/citra.git cd citra -git submodule update --init ``` ### Building