Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hensldm committed Feb 16, 2024
1 parent 5fd1bb0 commit ad05c50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ The build process has a few python packages required that are located in `requir
To install them simply run in a terminal:

```bash
python3 -m pip install -U -r requirements.txt
make venv
```

#### 3. 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`
Copy your ROM to inside `baseroms/` in the version folder corresponding to your ROM's version, and rename the file of the baserom to `baserom.z64`. ex: `baseroms/us/baserom.z64`

#### 4. Make and Build the ROM

Expand Down

0 comments on commit ad05c50

Please sign in to comment.