diff --git a/docs/using_vscode_to_compile_and_install.md b/docs/using_vscode_to_compile_and_install.md index baa60549..94ec3d87 100644 --- a/docs/using_vscode_to_compile_and_install.md +++ b/docs/using_vscode_to_compile_and_install.md @@ -50,12 +50,12 @@ Create folder .vscode if there is none. Inside that folder create a file setting 1. Open cmake extension in the left menu and click on `build all projects` - ![alt text](../docimg/cmake-build-all.png "cmake build all screenshot") + ![alt text](images/cmake-build-all.png "cmake build all screenshot") 2. On the status line at the bottom change the compilation target to `install`. 3. Click `build` to build the project. 4. After the project is built, click on `launch` to run a game. - ![alt text](../docimg/vscode-screenshot.png "compilation and installation screenshot") + ![alt text](images/vscode-screenshot.png "compilation and installation screenshot") If you have any problems create an issue or talk to us on our [Discord channel](https://discord.gg/56Fm9kb). \ No newline at end of file