From efdad8cc00387eb2efeafa5e36fcc8006e9c49a1 Mon Sep 17 00:00:00 2001 From: Muhammad Sulaiman <36730723+MuhammadSulaiman001@users.noreply.github.com> Date: Sun, 27 Oct 2024 16:24:21 +0300 Subject: [PATCH] Update Getting Started.md --- docs/Getting Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Getting Started.md b/docs/Getting Started.md index 01598d0..45ff1af 100644 --- a/docs/Getting Started.md +++ b/docs/Getting Started.md @@ -43,7 +43,7 @@ Now, you can find the build output inside project folder (ex. `LabDemos.exe` can ``` cmake --version # verify cmake is installed git --version # verify git is installed -cd ~\desktop\opensource +cd ~\desktop mkdir opensource && cd opensource git clone https://github.com/JoeyDeVries/LearnOpenGL cd LearnOpenGL