From d3190b691aa0a0764ee737e50101bceffb662eff Mon Sep 17 00:00:00 2001
From: jugeeya <jugeeya@live.com>
Date: Tue, 30 Jul 2019 15:43:48 -0700
Subject: [PATCH] Update README.md

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index cbe57d6..d877b60 100644
--- a/README.md
+++ b/README.md
@@ -89,9 +89,9 @@ CPUs DI randomly in or away when the player presses left taunt.
 Requires [DEVKITPRO](https://devkitpro.org/wiki/Getting_Started) in path.
 
 ```sh
-   git clone https://github.com/jugeeya/UltimateTrainingModpack.git
-   cd UltimateTrainingModpack/
-   make
+git clone --recursive https://github.com/jugeeya/UltimateTrainingModpack.git
+cd UltimateTrainingModpack/
+make
 ```