mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-22 01:54:31 +00:00
Update note on recursive cloning (#3136)
This commit is contained in:
parent
54163ffaa5
commit
5b5096e9ea
@ -74,6 +74,7 @@ and install the dependencies on that container as cited above.
|
|||||||
This option is **highly recommended** for distributions with immutable/atomic filesystems (example: Fedora Kinoite, SteamOS).
|
This option is **highly recommended** for distributions with immutable/atomic filesystems (example: Fedora Kinoite, SteamOS).
|
||||||
|
|
||||||
### Cloning
|
### Cloning
|
||||||
|
The project uses submodules to manage dependencies, and they need to be initialized before you can build the project. To achieve this, make sure you've cloned the repository with the --recursive flag
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone --recursive https://github.com/shadps4-emu/shadPS4.git
|
git clone --recursive https://github.com/shadps4-emu/shadPS4.git
|
||||||
|
Loading…
Reference in New Issue
Block a user