Update BUILDING.md

This commit is contained in:
MegaMech 2022-05-03 12:27:46 -07:00 committed by GitHub
commit 8b98cb941c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ The OTRExporter exports an `oot.otr` archive file which Ship of Harkinian requir
Use the `extract_assets.py` script file to run the exporter using any of the following methods: Use the `extract_assets.py` script file to run the exporter using any of the following methods:
1) Double click on the script after placing one or more roms in the directory. 1) Double click on the script after placing one or more roms in the directory.
2) Drag & Drop a rom onto the script. 2) Drag & Drop a rom onto the script.
3) In a terminal run `python3 extract_assets.py` 3) In a terminal run `python3 extract_assets.py` after placing one or more roms in the directory.
4) In a terminal run `python3 extract_assets.py <path_to_rom>` 4) In a terminal run `python3 extract_assets.py <path_to_rom>`
If the script finds multiple roms the user is prompted which to use. If the script finds multiple roms the user is prompted which to use.