Use --recursive option for git clone

yuriks 2014-10-21 10:19:21 -07:00
parent 0e3e4e371c
commit bb9b0db379

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