mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-14 23:00:05 +00:00
mention python3 *nix command
parent
4f22355366
commit
5420da028e
@ -36,6 +36,7 @@ Instructions
|
||||
py -3 disa-extract.py <SD>/gm9/out/00000000 <an-arbitrary-path>
|
||||
```
|
||||
Note:
|
||||
- Linux and macOS users must use `python3` instead of `py -3`.
|
||||
- Make sure python is in your system path and it is python 3, or you will have to give the full path to python
|
||||
- `disa-extract.py` is the save file extractor downloaded above. Replace it with a full path if necessary.
|
||||
- `<SD>/gm9/out/00000000` is where GodMode9 copied the file out. Rplace it with the correct directory/driver.
|
||||
|
Loading…
Reference in New Issue
Block a user