diff --git a/Building-for-Linux.md b/Building-for-Linux.md index cee4929..fd85eac 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -46,6 +46,7 @@ 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 pull --recurse-submodules ```