switch most <> -> {}, the site seems to have a hard time parsing it (2)

Ian Burgwin 2018-03-18 08:00:18 -07:00
parent 631e3500b0
commit d4bc27a6e2

@ -28,12 +28,12 @@ Instructions
1. Set up GodMode9 using SigHax / Boot9Strap. [Read its readme] on how to do this. 1. Set up GodMode9 using SigHax / Boot9Strap. [Read its readme] on how to do this.
2. Put the SD card into the 3DS. 2. Put the SD card into the 3DS.
3. From the root GodMode9 menu, navigate to `[1:] SYSNAND CTRNAND` -> `data` -> `<a folder with random numbers>` -> `sysdata` -> `00010017`. 3. From the root GodMode9 menu, navigate to `[1:] SYSNAND CTRNAND` -> `data` -> `{a folder with random numbers}` -> `sysdata` -> `00010017`.
4. Select `00000000`, then select `Copy to 0:/gm9/out`. 4. Select `00000000`, then select `Copy to 0:/gm9/out`.
5. Once this process complets, mount SD card on PC. 5. Once this process complets, mount SD card on PC.
6. Open command line / powershell / terminal, run 6. Open command line / powershell / terminal, run
``` ```
py -3 disa-extract.py {SD}/gm9/out/00000000 <an-arbitrary-path> py -3 disa-extract.py {SD}/gm9/out/00000000 {an-arbitrary-path}
``` ```
Note: Note:
- Linux and macOS users must use `python3` instead of `py -3`. - Linux and macOS users must use `python3` instead of `py -3`.