diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2024-10-15 11:05:31 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-15 10:05:31 -0700 |
| commit | 90c07bb3ec91fe519e5c0b5fdce755a7eec0883b (patch) | |
| tree | db543046fe3e25847f7e6bf1912f4a0e086901d3 | |
| parent | eb7f12560b1da15506d9408171883e4dc8f102c0 (diff) | |
Update BUILDING.md (#4415)
| -rw-r--r-- | docs/BUILDING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/BUILDING.md b/docs/BUILDING.md index 471a493ac..aa44f3e44 100644 --- a/docs/BUILDING.md +++ b/docs/BUILDING.md @@ -20,7 +20,7 @@ It is recommended that you install Python and Git standalone, the install proces 1. Clone the Ship of Harkinian repository -_Note: Be sure to either clone with the ``--recursive`` flag or do ``git submodule init`` after cloning to pull in the libultraship submodule!_ +_Note: Be sure to either clone with the ``--recursive`` flag or do ``git submodule update --init`` after cloning to pull in the libultraship submodule!_ 2. Place one or more [compatible](#compatible-roms) roms in the `OTRExporter` directory with namings of your choice |
