diff options
author | Bryson Steck <steck.bryson@gmail.com> | 2022-06-04 16:39:24 -0600 |
---|---|---|
committer | Bryson Steck <steck.bryson@gmail.com> | 2022-06-04 16:39:24 -0600 |
commit | c6bcec4bd3c61440a2e28de27be67acd551b9e42 (patch) | |
tree | 06998f9222f710eb8da5d85e34b9ff71e4593f2a | |
parent | 71cfe76db162bed36a48d70df2a35db91c0044a5 (diff) | |
download | riibalanced-patcher-c6bcec4bd3c61440a2e28de27be67acd551b9e42.tar riibalanced-patcher-c6bcec4bd3c61440a2e28de27be67acd551b9e42.tar.gz riibalanced-patcher-c6bcec4bd3c61440a2e28de27be67acd551b9e42.tar.bz2 |
macos support complete
-rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -8,12 +8,16 @@ You need three things before starting: 1. A computer system running: * Linux/BSD with `bash` installed - * ~~macOS~~ Not implemented yet + * macOS * ~~Windows with [Cygwin](https://www.cygwin.com/)~~ (Not Implemented) or [WSL](https://docs.microsoft.com/en-us/windows/wsl/install) 1. A Mario Kart Wii image in ISO, WBFS, WDF, WIA, CISO, WBI, or GCZ format. (Obtained legally, of course) 1. The Riibalanced Patch Archive (This can be downloaded via the Riibalanced Discord Server) -After that, the script will guide you on what you need to do in order for the pather to work correctly. +After that, run the following command: +``` +./patch_iso.sh +``` +The script will guide you on what you need to do in order for the pather to work correctly. ## Current Issues with the Patcher |