From ecb0f0bfe70b49b6523a5240ca055f0e6c9d96e1 Mon Sep 17 00:00:00 2001 From: Leif Metcalf Date: Sat, 13 Apr 2019 08:58:05 +1200 Subject: [PATCH] Use --recurse-submodules with git-clone --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index b614745f..a2b01e7b 100644 --- a/README.md +++ b/README.md @@ -34,13 +34,8 @@ The most current source for Proton is here: Which you can clone to your system with this command: - git clone 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: - + git clone --recurse-submodules https://github.com/ValveSoftware/Proton.git proton cd proton - git submodule update --init 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