diff options
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md index 7060b5e20..0443412f0 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -41,6 +41,9 @@ cd pokecrystal # install python requirements pip install -r requirements.txt + +# use hexdump to diff binary files +git config diff.hex.textconv hexdump ``` To compile the ROM from ASM source: |