Add a MacOS/Linux section to the dump wii discs guide. (#100)

* Add a MacOS/Linux section to the dump wii discs guide.

* Redo step numbering and added {docsify-ignore} as per Gary comments.
pull/102/head
Lazr 3 years ago committed by GitHub
parent f975c33d13
commit c6133ee8f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -44,7 +44,16 @@ If you intend to use this guide to share your dumped games, don't.
?> If you dumped the disc on a FAT32 formatted, device, you should've got at least 2 files that end with `.partX.iso`. They need to be joined up.
#### Windows {docsify-ignore}
1. Copy all the files that share the same name and end with `.partX.iso` in a folder on your computer.
1. Open up a Command Prompt window.
1. Use the `cd <path>` command and replace `<path>` by the path to your `.partX.iso` files.
1. Use the following command as is: `copy /b *.part?.iso game.iso`.
1. Use the following command as is: `copy /b *.part?.iso game.iso`.
#### MacOS/Linux {docsify-ignore}
1. Copy all the files that share the same name and end with `.partX.iso` in a folder on your computer.
1. Open up a Terminal.
1. Use the `cd <path>` command and replace `<path>` by the path to your `.partX.iso` files.
1. Use the following command as is: `cat *.part?.iso > game.iso`.

Loading…
Cancel
Save