From e405c925ef01cfa5c57b6a95d60aece86e55b25b Mon Sep 17 00:00:00 2001 From: TreezZ <105643013+BigTreezZ@users.noreply.github.com> Date: Sun, 7 Jul 2024 16:47:15 +0100 Subject: [PATCH] Update documents/building-linux.md Co-authored-by: TheTurtle <47210458+raphaelthegreat@users.noreply.github.com> --- documents/building-linux.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/documents/building-linux.md b/documents/building-linux.md index e1f7848e0..8da868759 100644 --- a/documents/building-linux.md +++ b/documents/building-linux.md @@ -7,9 +7,8 @@ SPDX-License-Identifier: GPL-2.0-or-later Clone the repository recursively: ``` -git clone https://github.com/shadps4-emu/shadPS4.git -cd shadPS4/ -git submodule update --init --recursive +git clone --recursive https://github.com/shadps4-emu/shadPS4.git +cd shadPS4 ``` Generate the build directory in the shadPS4 directory: