mirror of
https://github.com/UltiNaruto/PKGTool
synced 2024-11-24 12:43:05 +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
|
||||
|
||||
# Extract
|
||||
input path => path to the PKG file
|
||||
output path => folder path of the extracted PKG file
|
||||
<code>PKGTool -x <input path> [-o <output path>] [-i]</code>
|
||||
input path => path to the PKG file<br>
|
||||
output path => folder path of the extracted PKG file<br>
|
||||
<code>PKGTool -x <input path> [-o <output path>] [-i]</code>
|
||||
|
||||
# Create PKG file
|
||||
input path => folder of the unpacked PKG
|
||||
output path => path to the new PKG file
|
||||
<code>PKGTool -c <input path> [-o <output path>]</code>
|
||||
input path => folder of the unpacked PKG<br>
|
||||
output path => path to the new PKG file<br>
|
||||
<code>PKGTool -c <input path> [-o <output path>]</code>
|
||||
|
|
Loading…
Reference in a new issue