diff --git a/Readme.md b/Readme.md index 9a390e4134..65743b69a2 100644 --- a/Readme.md +++ b/Readme.md @@ -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 -```