From baf872e643dd1e00ad35bc3cfe7b1b41ceb5b8e2 Mon Sep 17 00:00:00 2001
From: Tobias Frisch <tfrisch@uni-koblenz.de>
Date: Fri, 21 May 2021 13:11:08 +0200
Subject: [PATCH] [#26] Added information about git lfs in the README.md

Signed-off-by: Tobias Frisch <tfrisch@uni-koblenz.de>
---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index 239a47f5..d1498157 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,12 @@
 # VkCV Framework
  A Vulkan framework for computer visualistics simplifying building applications
 
+## Repository
+
+Git LFS is used for bigger resource files like meshes and textures. So you need to install Git LFS and use `git lfs install` after cloning.
+
+More information about Git LFS [here](https://git-lfs.github.com/).
+
 ## Build
 
 Git submodules are used for libraries. 
-- 
GitLab