updated readme with instructions to how to clone the project

This commit is contained in:
2026-03-04 10:54:28 +01:00
parent 24c7c3efea
commit c14d9b54de

View File

@@ -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`