mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-25 03:46:18 +00:00
Update note on recursive cloning (#3136)
This commit is contained in:
parent
54163ffaa5
commit
5b5096e9ea
1 changed files with 1 additions and 0 deletions
|
@ -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).
|
||||
|
||||
### 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
|
||||
git clone --recursive https://github.com/shadps4-emu/shadPS4.git
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue