diff options
| author | Alejandro Javier Asenjo Nitti <alejandro.asenjo88@gmail.com> | 2023-10-14 09:33:21 -0300 |
|---|---|---|
| committer | Alejandro Javier Asenjo Nitti <alejandro.asenjo88@gmail.com> | 2023-10-14 09:33:21 -0300 |
| commit | e674e631bd8dee7aebcf22b22e946d656bc04676 (patch) | |
| tree | c6fff2ccc89393b4cb87171e5fd081b60532f775 /README.md | |
| parent | 501d5bf22e8614ca71c03c17f6ab96a321cd679a (diff) | |
Submodule udate
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -61,11 +61,17 @@ To install them simply run in a terminal: python3 -m pip install -r ./tools/requirements-python.txt ``` -#### 4. Prepare a base ROM +#### 4. Update submodules + +```bash +git submodule update --init --recursive +``` + +#### 5. Prepare a base ROM Copy your ROM to inside the root of this new project directory, and rename the file of the baserom to reflect the version of ROM you are using. ex: `baserom.us.z64` -#### 5. Make and Build the ROM +#### 6. Make and Build the ROM To start the extraction/build process, run the following command: |
