Update submodule block for easier copy-pasting

khg8m3r 2023-08-17 10:43:55 -04:00
parent 58b97dfaeb
commit b67532b8c5

@ -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