Edit README.md
This commit is contained in:
parent
6fa910901e
commit
2e23b64536
|
|
@ -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,
|
||||
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
|
||||
```
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue