From 2e23b645365c0b8dc8ea50cac073e56cfcc24d70 Mon Sep 17 00:00:00 2001 From: Joseph Aquino Date: Wed, 31 Dec 2025 05:30:26 +0000 Subject: [PATCH] Edit README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01087dd..f4c469f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ this makes developing on linux easier as most distros don't have SFML 3 in their
-(optional) replace `` with the path to the directory you want the repo to be cloned to, leaving this out will place this repo into `./imgui-sfml-premake` ``` -git submodule add https://gitlab.com/JosephA1997/imgui-sfml-premake.git
+git submodule add https://gitlab.com/JosephA1997/imgui-sfml-premake.git git submodule update --init --recursive ``` 2. Add this to the top of the script that contains the workspace, replace 'path/to' with the directory that you cloned this repo to