diff options
author | Bryson Steck <steck.bryson@gmail.com> | 2022-06-04 16:09:06 -0600 |
---|---|---|
committer | Bryson Steck <steck.bryson@gmail.com> | 2022-06-04 16:09:06 -0600 |
commit | 3fe62597a06e728d60f386f2da2678b0e60d382e (patch) | |
tree | e3e0aae43ccdaeebfdbfbacdb1de5ef7c1e39e46 | |
parent | e0227406f82af72fa264f6a640736d466ae2d103 (diff) | |
download | riibalanced-patcher-3fe62597a06e728d60f386f2da2678b0e60d382e.tar riibalanced-patcher-3fe62597a06e728d60f386f2da2678b0e60d382e.tar.gz riibalanced-patcher-3fe62597a06e728d60f386f2da2678b0e60d382e.tar.bz2 |
add supported oses
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -4,8 +4,12 @@ A simple shell script that takes the Riibalanced Patch Files and builds a WBFS i ## How to use -You need two things before starting: +You need three things before starting: +1. A computer system running: + * Linux/BSD with `bash` installed + * ~~macOS~~ Not implemented yet + * ~~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) |