diff --git a/INSTALL.md b/INSTALL.md index f46f7d59b7..56e80418f0 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -45,7 +45,7 @@ Command line instructions for default build of static library (.a) in source: git clone https://github.com/vsg-dev/VulkanSceneGraph.git cd VulkanSceneGraph - cmake .c + cmake . cmake --build . -j 16 -t install Command line instructions for building shared library (.so) out of source: