Fix typo in Build readme

This commit is contained in:
teejusb
2022-06-12 11:14:32 -07:00
committed by GitHub
parent a7df61ea92
commit d9cee442e4
+1 -1
View File
@@ -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
```