From 37fa74dd55facf3f84057534cf7ecaad8a8090c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=B3ka=20Mikl=C3=B3s?= Date: Sat, 10 Jan 2026 10:43:41 +0100 Subject: [PATCH] readme.md --- readme.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/readme.md b/readme.md index e69de29..2e75cc8 100644 --- a/readme.md +++ b/readme.md @@ -0,0 +1,10 @@ +The virtualtree source must be cloned as a submodule into src.virtualtree folder. + +git submodule add https://github.com/JAM-Software/Virtual-TreeView.git src.virtualtree + +Cloning a project with submodules needs the following after commands: +- git submodule init +- git submodule update + + +