From 3fd2a4c10f8bb1bb24b86e58cce3d02982d165b0 Mon Sep 17 00:00:00 2001 From: yenatch Date: Sun, 1 Apr 2018 12:29:44 -0400 Subject: --recursive is easily missed --- INSTALL.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 3748db48..d1f641e4 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -5,8 +5,9 @@ git clone https://github.com/bentley/rgbds sudo make -C rgbds install - git clone --recursive https://github.com/pret/pokeyellow + git clone https://github.com/pret/pokeyellow cd pokeyellow + git submodule update --init To build **pokeyellow.gbc**: @@ -22,8 +23,9 @@ In **Terminal**, run: git clone https://github.com/bentley/rgbds sudo make -C rgbds install - git clone --recursive https://github.com/pret/pokeyellow + git clone https://github.com/pret/pokeyellow cd pokeyellow + git submodule update --init Then run (in the shell): @@ -41,8 +43,9 @@ Extract the archive and put `rgbasm.exe`, `rgblink.exe` and `rgbfix.exe` in `C:\ In the **Cygwin terminal**: - git clone --recursive https://github.com/pret/pokeyellow + git clone https://github.com/pret/pokeyellow cd pokeyellow + git submodule update --init Then run (in the Cygwin terminal): -- cgit v1.3.1-sl0p