mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-02-25 13:01:17 +03:00
Use --recurse-submodules with git-clone
This commit is contained in:
parent
5d501fd8b5
commit
ecb0f0bfe7
@ -34,13 +34,8 @@ The most current source for Proton is here:
|
|||||||
|
|
||||||
Which you can clone to your system with this command:
|
Which you can clone to your system with this command:
|
||||||
|
|
||||||
git clone https://github.com/ValveSoftware/Proton.git proton
|
git clone --recurse-submodules https://github.com/ValveSoftware/Proton.git proton
|
||||||
|
|
||||||
After cloning the Proton git repository, the next step will be to
|
|
||||||
obtain the various submodules that go into building Proton:
|
|
||||||
|
|
||||||
cd proton
|
cd proton
|
||||||
git submodule update --init
|
|
||||||
|
|
||||||
If you wish to change any subcomponent, now is the time to do so.
|
If you wish to change any subcomponent, now is the time to do so.
|
||||||
For example, if you wish make changes to Wine, you would apply those
|
For example, if you wish make changes to Wine, you would apply those
|
||||||
|
Loading…
x
Reference in New Issue
Block a user