From 260c707b73ddd9011bfab392b8e02013f4c68349 Mon Sep 17 00:00:00 2001 From: Andreas Bielawski Date: Wed, 22 Jun 2022 21:26:54 +0200 Subject: [PATCH] README fixes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 67981fe..80ff652 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,10 @@ Tool to extract STAR files from the PSX used by its package manager "PackmanJr". ## Usage ```bash -./stargazer stargazer [output dir (optional)] +stargazer [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!