Skip to content

Commit

Permalink
README: updated instructions to use the new '--mm-commit' option
Browse files Browse the repository at this point in the history
  • Loading branch information
juk0de committed Jul 20, 2024
1 parent cece1b2 commit 9f5241a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ and JSON formats.
`1ceb93b3ad182d54e16578718322847111d3d8a4`

This is the most recent commit of the
[MegaMekLab](https://github.com/MegaMek/megameklab) repository that `mtf2json`
[MegaMek](https://github.com/MegaMek/megamek) repository that `mtf2json`
has been tested with. You can also display this information by running
`mtf2json --mml-commit`.
`mtf2json --mm-commit`.

### Limitations

Expand Down Expand Up @@ -460,11 +460,11 @@ To convert all MTF files in a directory, including subdirectories, use the follo
mtf2json --mtf-dir <path_to_mtf_dir> --recursive [--json-dir <path_to_json_dir>]
```

If you mant to convert all current MTF files, use the MegaMekLab repository
If you mant to convert all current MTF files, use the MegaMek Github repository
with the latest supported commit. You can clone it like this:

```
git clone [email protected]:MegaMek/megameklab.git && cd megameklab && git reset --hard $(mtf2json --mml-commit)
git clone [email protected]:MegaMek/megamek.git && cd megamek && git reset --hard $(mtf2json --mm-commit)
```

The use `mtf2json` with the `--mtf-dir` option as described above.
Expand Down

0 comments on commit 9f5241a

Please sign in to comment.