Skip to content

Commit 9ad03c2

Browse files
committed
update readme
1 parent ea306c1 commit 9ad03c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ In case you want to mess with the latest development version without wanting to
2020

2121
```bash
2222
pip uninstall mapfile-parser
23-
pip install git+https://github.com/Decompollaborate/mapfile_parser.git@develop
23+
pip install git+https://github.com/Decompollaborate/mapfile_parser.git@1.x
2424
```
2525

2626
NOTE: Installing the development version is not recommended. Proceed at your own risk.
@@ -34,6 +34,7 @@ The list can be checked in runtime with `python3 -m mapfile_parser --help`.
3434
Each one of them can be executed with `python3 -m mapfile_parser utilityname`, for example `python3 -m mapfile_parser pj64_syms`.
3535

3636
- `first_diff`: Find the first difference(s) between the built ROM and the base ROM.
37+
- `jsonify`: Converts a mapfile into a json format.
3738
- `pj64_syms`: Produce a PJ64 compatible symbol map.
3839
- `progress`: Computes current progress of the matched functions. Relies on a [splat](https://github.com/ethteck/splat) folder structure and matched functions not longer having a file.
3940
- `sym_info`: Display various information about a symbol or address.

0 commit comments

Comments
 (0)