Merge pull request #50 from geopjr-forks/double-quotes-echo

fix(README): wrap echo arg in double quotes
This commit is contained in:
Yimura 2022-01-29 09:15:22 +01:00 committed by GitHub
commit d4da27d8ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```