-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
README: updated instructions to use the new '--mm-commit' option
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|
@@ -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. | ||
|