9 lines
260 B
Markdown
9 lines
260 B
Markdown
## How to use IRDKit
|
|
|
|
IRDKit is a tool that allows direct use of LibIRD functionality from the command line interface. The basic usage is:
|
|
```
|
|
irdkit create game.iso
|
|
irdkit info game.ird
|
|
irdkit diff game1.ird game2.ird
|
|
```
|
|
For detailed usage, run `irdkit help` |