Use --recursive option for git clone
parent
bb9b0db379
commit
ca572efc19
1 changed files with 1 additions and 2 deletions
|
@ -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:
|
### 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
|
cd citra
|
||||||
git submodule update --init
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Building
|
### Building
|
||||||
|
|
Loading…
Add table
Reference in a new issue