From b67532b8c5bf641ef2a3b46d3ed18c498e739add Mon Sep 17 00:00:00 2001 From: khg8m3r Date: Thu, 17 Aug 2023 10:43:55 -0400 Subject: [PATCH] Update submodule block for easier copy-pasting --- Building-for-Linux.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/Building-for-Linux.md b/Building-for-Linux.md index f89a6ea..7f26415 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -39,17 +39,18 @@ crew install xorg_nouveau_driver ## Add necessary submodules ```bash -git submodule update --init Externals/mGBA -git submodule update --init Externals/spirv_cross -git submodule update --init Externals/zlib-ng -git submodule update --init Externals/libspng -git submodule update --init Externals/VulkanMemoryAllocator -git submodule update --init --recursive Externals/cubeb -git submodule update --init Externals/implot -git submodule update --init Externals/gtest -git submodule update --init Externals/rcheevos +git submodule update --init --recursive \ +Externals/mGBA \ +Externals/spirv_cross \ +Externals/zlib-ng \ +Externals/libspng \ +Externals/VulkanMemoryAllocator \ +Externals/cubeb \ +Externals/implot \ +Externals/gtest \ +Externals/rcheevos \ -git pull --recurse-submodules +&& git pull --recurse-submodules ``` ## Building