From 5fb701b558f6a12bacfe7dfb0a54c8058b50b3d5 Mon Sep 17 00:00:00 2001 From: Maddy <59680197+xM4ddy@users.noreply.github.com> Date: Sat, 2 Jul 2022 14:07:00 -0400 Subject: [PATCH] Update Readme (#307) Update the "Cloning and generating project files" URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d2ba113..26e56ec5 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 Clone the repository including submodules: ```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: