diff options
author | yenatch <yenatch@gmail.com> | 2018-04-01 12:29:44 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2018-04-01 12:29:59 -0400 |
commit | 3fd2a4c10f8bb1bb24b86e58cce3d02982d165b0 (patch) | |
tree | 17b95856061e1493d77ada46e3250e7ccb8caca3 | |
parent | e8e3d8d26aacc10f7e6d17e403f76c607a5528e1 (diff) |
--recursive is easily missed
-rw-r--r-- | INSTALL.md | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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): |