From dc0175f88ab737d996ed0810baa91afaeac334d6 Mon Sep 17 00:00:00 2001 From: djairoh Date: Sat, 11 Jan 2025 16:06:01 +0100 Subject: [PATCH] update readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 072bfd7..8cde199 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,13 @@ ## How to run -Gui branch was a bit easier to compile using Cmake so to run this branch do: +First, initialize the imGui submodule: +```bash +git submodule init imgui +git submodule update imgui +``` + +Then, compile using cmake: ```bash mkdir build cd build