mirror of
https://github.com/UltiNaruto/PKGTool
synced 2024-11-10 06:04:19 +00:00
Update README.md
This commit is contained in:
parent
845a3fb425
commit
f9696627b3
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
@ -2,11 +2,11 @@
|
||||||
Extracts/repacks PKG files for Metroid Dread
|
Extracts/repacks PKG files for Metroid Dread
|
||||||
|
|
||||||
# Extract
|
# Extract
|
||||||
input path => path to the PKG file
|
input path => path to the PKG file<br>
|
||||||
output path => folder path of the extracted PKG file
|
output path => folder path of the extracted PKG file<br>
|
||||||
<code>PKGTool -x <input path> [-o <output path>] [-i]</code>
|
<code>PKGTool -x <input path> [-o <output path>] [-i]</code>
|
||||||
|
|
||||||
# Create PKG file
|
# Create PKG file
|
||||||
input path => folder of the unpacked PKG
|
input path => folder of the unpacked PKG<br>
|
||||||
output path => path to the new PKG file
|
output path => path to the new PKG file<br>
|
||||||
<code>PKGTool -c <input path> [-o <output path>]</code>
|
<code>PKGTool -c <input path> [-o <output path>]</code>
|
||||||
|
|
Loading…
Reference in a new issue