README fixes

This commit is contained in:
Andreas Bielawski 2022-06-22 21:26:54 +02:00
parent 5fae89a394
commit 260c707b73
Signed by: Brawl
GPG Key ID: 851D5FF3B79056CA
1 changed files with 2 additions and 2 deletions

View File

@ -5,10 +5,10 @@ Tool to extract STAR files from the PSX used by its package manager "PackmanJr".
## Usage
```bash
./stargazer stargazer <file> [output dir (optional)]
stargazer <file> [output dir (optional)]
```
If not output directory is given, the file is extracted to the file name minus the extension plus "`_extracted`" (e.g. `xPackmanJr_0.105.star` -> `xPackmanJr_0.105_extracted`).
If no output directory is given, the file is extracted to the file name minus the extension plus "`_extracted`" (e.g. `xPackmanJr_0.105.star` -> `xPackmanJr_0.105_extracted`).
## Credits
Thanks to @martravi for helping with reverse-engineering!