update readme

This commit is contained in:
Djairo Hougee 2025-01-11 16:06:01 +01:00
parent 7f63cbb5a4
commit dc0175f88a
1 changed files with 7 additions and 1 deletions

View File

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