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