diff --git a/Linux-Build.md b/Linux-Build.md index 5e392f4..0df0f50 100644 --- a/Linux-Build.md +++ b/Linux-Build.md @@ -33,11 +33,12 @@ If you're on Arch Linux, you can use `pacman -S glfw` instead. ### Cloning Citra in Git: ``` -git clone https://github.com/citra-emu/citra +git clone --recursive https://github.com/citra-emu/citra cd citra -git submodule update --init ``` +The `--recursive` option automatically clones the required Git submodules too. + ### Building Citra: ```