Clarify where you can get xxd

This commit is contained in:
Sfan5 2014-03-14 22:49:00 +01:00
parent ec244bedcf
commit 2e848b9d8e
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ Requirements
* libgd
* sqlite3
* xxd binary
* xxd binary (You can get xxd from your distribution packages or use '' wget -O xxd.c http://www.opensource.apple.com/source/vim/vim-43/vim/src/xxd/xxd.c?txt && gcc xxd.c -o xxd '')
Compilation
-----------