Update Readme.md

This commit is contained in:
Ethan Roseman 2020-04-26 19:39:58 -04:00 committed by GitHub
parent 20e1d30b7e
commit b817bdf341
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,5 @@
# Generate the .bin files by splitting the rom
Place "Paper Mario (U) [!].z64" in the root directory with a build of `n64split` and run:
Place "Paper Mario (U) [!].z64" (named baserom.z64) in the root directory, build `n64split`, and run:
```
./splitrom.sh
```
## To rebuild n64split every time
```
rm -rf ./n64splitter/bin/ && ./splitrom.sh
```