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