diff options
| author | Daniel Harding <33dannye@gmail.com> | 2018-04-22 14:29:46 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-22 14:29:46 -0500 |
| commit | bc697e3f3dd14b1d5c8e6ef06298c1044905dd60 (patch) | |
| tree | 44063d154ba4e5a0d9e815ec14ae1bef4f82b96f | |
| parent | Merge pull request #32 from pret/fix-bank-constants (diff) | |
| parent | --recursive is easily missed (diff) | |
| download | pokeyellow-bc697e3f3dd14b1d5c8e6ef06298c1044905dd60.tar.gz pokeyellow-bc697e3f3dd14b1d5c8e6ef06298c1044905dd60.tar.xz pokeyellow-bc697e3f3dd14b1d5c8e6ef06298c1044905dd60.zip | |
Merge pull request #33 from pret/install-instructions
use submodule update instead of clone --recursive
| -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): |
