From a0acd91a5533c5810f87287c840f1d4467604a6d Mon Sep 17 00:00:00 2001 From: Deterous <138427222+Deterous@users.noreply.github.com> Date: Fri, 1 Mar 2024 12:35:06 +0900 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2f6af05..d923333 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ IRDKit is a tool that allows direct use of LibIRD functionality from a command l - Printing info about all ISOs and IRDs in a folder: `irdkit info .` - Creating an IRD from an ISO: `irdkit create game.iso` - Finding differences between two IRDs: `irdkit diff game1.ird game2.ird` +- Renaming a folder of IRDs using a redump DAT: `irdkit rename -d redump.dat IRDs\` For detailed usage, read more [here](IRDKit).