Update README.md

This commit is contained in:
UltiNaruto 2022-01-01 16:04:49 +01:00 committed by GitHub
parent 845a3fb425
commit f9696627b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 &lt;input path&gt; [-o &lt;output path&gt;] [-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 &lt;input path&gt; [-o &lt;output path&gt;]</code>