From 43b0857a08d117a901972fab58778296c67d123a Mon Sep 17 00:00:00 2001 From: Evangelos Paterakis Date: Sat, 29 Jan 2022 02:39:50 +0200 Subject: [PATCH] fix(README): wrap echo arg in double quotes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe2e39b1..61d2f685 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Premake5 is used to generate our project files, if you haven't used it before we Afterwards set up the build environment, run the following commands in a terminal: ```dos -git clone https://github.com/Yimura/YimMenu.git --recursive || echo You don't have git installed, install it from https://git-scm.com/download/win +git clone https://github.com/Yimura/YimMenu.git --recursive || echo "You don't have git installed, install it from https://git-scm.com/download/win" cd YimMenu GenerateProjects.bat ```