Update Readme (#307)

Update the "Cloning and generating project files" URL
This commit is contained in:
Maddy 2022-07-02 14:07:00 -04:00 committed by GitHub
parent 51d03c8883
commit d015450c14
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
Clone the repository including submodules: Clone the repository including submodules:
```bash ```bash
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/YimMenu/YimMenu.git --recursive || echo "You don't have git installed, install it from https://git-scm.com/download/win"
``` ```
Go into the directory you just cloned: Go into the directory you just cloned: