mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-02-02 16:23:57 +03:00
Submodule udate
This commit is contained in:
parent
501d5bf22e
commit
e674e631bd
10
README.md
10
README.md
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user