Skip to content

Commit 27772ef

Browse files
authored
Update README.md
1 parent adad61c commit 27772ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Under Debian / Ubuntu (which we recommend using), you can install them with the
1313

1414
```bash
1515
sudo apt update
16-
sudo apt install make git build-essential binutils-mips-linux-gnu python3 python3-pip
16+
sudo apt install make git build-essential binutils-mips-linux-gnu python3 python3-pip python3-venv
1717
```
1818

1919
**Please also ensure that the Python version installed is >3.7.**
@@ -27,8 +27,8 @@ python3 -m pip install -r requirements.txt
2727
```
2828

2929
# To use
30-
1. Place the US Pokemon Stadium 1.0 rom into the root of the repository as "baserom.z64".
31-
2. Set up tools and extract the rom: `make setup`
30+
1. Place the US Pokemon Stadium 1.0 rom into the repository's "/baseroms/us/" folder as "baserom.z64".
31+
2. Set up tools and extract the rom: `make init`
3232
3. Re-assemble the rom: `make`
3333

3434
For contacts and other pret projects, see [pret.github.io](https://pret.github.io/).

0 commit comments

Comments
 (0)