From c14d9b54def7f1d3eeb70f74a2f7ff43fb21fe29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hatvani=20Tam=C3=A1s?= Date: Wed, 4 Mar 2026 10:54:28 +0100 Subject: [PATCH] updated readme with instructions to how to clone the project --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 51933f2..85157b2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # SakuraVNE Visual novel creator engine made with SDL2 +Clone the project: +`git clone https://github.com/htamas1210/SakuraVNE.git --recursive` + ## windows: Generate a visual studio 2026 solution and build from there: `cmake -G "Visual Studio 18 2026" -A x64`