mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-06 07:05:04 -06:00
Docs: Update clone instructions
This commit is contained in:
parent
fdbf25076e
commit
ce0a6da88e
@ -108,9 +108,10 @@ Clone and initialize the repository
|
|||||||
```bash
|
```bash
|
||||||
git clone --recurse-submodules https://github.com/RPCS3/rpcs3.git
|
git clone --recurse-submodules https://github.com/RPCS3/rpcs3.git
|
||||||
cd rpcs3
|
cd rpcs3
|
||||||
|
git submodule sync
|
||||||
# This is automatically done by `git clone --recurse-submodules`,
|
# This is automatically done by `git clone --recurse-submodules`,
|
||||||
# but in case you forgot it, you can manually fetch submodules this way:
|
# but in case you forgot it, you can manually fetch submodules this way:
|
||||||
git submodule update --init
|
git submodule update --init --recursive
|
||||||
```
|
```
|
||||||
|
|
||||||
### Windows
|
### Windows
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user