Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
santiago046 authored May 24, 2023
1 parent 8813d51 commit 04e1375
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,22 +91,22 @@ string = "Hello, world!" # Key string

## Examples

Unpack `GAME.GXT`:
Unpack `GAME.GXT` from PSP:

```bash
mh2-gxttool unpack path_to/GAME.GXT
mh2-gxttool unpack -p PSP path_to/GAME.GXT
```

Unpack it to `~/resources/` and force overwriting:
Unpack `GAME.GXT` from PS2 to `~/resources/` and force overwriting:

```bash
mh2-gxttool unpack -f -o ~/resources/GAME.toml path_to/GAME.GXT
mh2-gxttool unpack -f -p PS2 -o ~/resources/GAME.toml path_to/GAME.GXT
```

Pack it:
Pack it to PC version:

```bash
mh2-gxttool pack ~/resources/GAME.toml
mh2-gxttool pack -p PC ~/resources/GAME.toml
```

## To do
Expand Down

0 comments on commit 04e1375

Please sign in to comment.