hexdump for binary diffs

those with an existing repo should run:

git config diff.hex.textconv hexdump
This commit is contained in:
yenatch
2013-06-13 14:23:03 -04:00
parent a923bf768a
commit eab37ef920
2 changed files with 13 additions and 0 deletions

View File

@@ -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: