Skip to content
Snippets Groups Projects
Commit 7187fee1 authored by Alexander Gauggel's avatar Alexander Gauggel
Browse files

Added quick explanation of how to clone with submodules to README.md

parent 802e5aee
No related branches found
No related tags found
No related merge requests found
# VkCV Framework
A Vulkan framework for computer visualistics simplifying building applications
## Build
Git submodules are used for libraries.
To download the submodules either clone using `git clone --recurse-submodules` or after `git clone` use `git submodule init` and `git submodule update`.
## Examples
- https://gitlab.uni-koblenz.de/vulkan2021/vkcv-examples
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment