mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 22:40:05 +00:00
Use --recursive option for git clone
parent
bb9b0db379
commit
ca572efc19
@ -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…
Reference in New Issue
Block a user