Use --recursive option for git clone
parent
ca572efc19
commit
26d61e8080
1 changed files with 1 additions and 2 deletions
|
@ -24,9 +24,8 @@ sudo make install
|
|||
### 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
|
||||
```
|
||||
|
||||
### Using CMake:
|
||||
|
|
Loading…
Reference in a new issue