Edit README.md

This commit is contained in:
Joseph Aquino 2025-12-31 05:30:26 +00:00
parent 6fa910901e
commit 2e23b64536
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ this makes developing on linux easier as most distros don't have SFML 3 in their
<br> -(optional) replace `<directory-path>` with the path to the directory you want the repo to be cloned to, <br> -(optional) replace `<directory-path>` 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` leaving this out will place this repo into `./imgui-sfml-premake`
``` ```
git submodule add https://gitlab.com/JosephA1997/imgui-sfml-premake.git <directory-path><br> git submodule add https://gitlab.com/JosephA1997/imgui-sfml-premake.git <directory-path>
git submodule update --init --recursive 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 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