From d9cee442e4fe4125ede8fb1c9ea43be5052a01c3 Mon Sep 17 00:00:00 2001 From: teejusb <5017202+teejusb@users.noreply.github.com> Date: Sun, 12 Jun 2022 11:14:32 -0700 Subject: [PATCH] Fix typo in Build readme --- Build/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build/README.md b/Build/README.md index 66f6e096c2..191e05b314 100644 --- a/Build/README.md +++ b/Build/README.md @@ -9,7 +9,7 @@ Init Submodules Make sure you initialize the submodules after cloning the repository. This is required. ```sh -git clone --depth=1 https://github.com/itgmania/itgmania.gitc +git clone --depth=1 https://github.com/itgmania/itgmania.git cd itgmania git submodule update --init ```