From 2e848b9d8ee50993f6fcd253d71963fd020e7c5f Mon Sep 17 00:00:00 2001 From: Sfan5 Date: Fri, 14 Mar 2014 22:49:00 +0100 Subject: [PATCH] Clarify where you can get xxd --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index e9d0e64..8674845 100644 --- a/README.rst +++ b/README.rst @@ -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 -----------