From c0646715be57239182f45999bf596f7c491cace9 Mon Sep 17 00:00:00 2001
From: devttys0 <heffnercj@gmail.com>
Date: Sat, 7 Dec 2013 12:33:20 -0500
Subject: [PATCH] Updated README and INSTALL

---
 INSTALL   | 7 ++++++-
 README.md | 2 +-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/INSTALL b/INSTALL
index 9b803cf..91ca403 100644
--- a/INSTALL
+++ b/INSTALL
@@ -25,15 +25,20 @@ If easy_install.sh didn't work, or if you want to only install the core dependen
 INSTALLING CORE DEPENDENCIES
 ----------------------------------
 
-Binwalk has two core dependencies:
+Binwalk has three core dependencies:
 
 	o python-magic
+	o libfuzzy
 	o pyqtgraph
 
 You can install python-magic from your distro's repositories, or from source (ftp://ftp.astron.com/pub/file/):
 
 	$ sudo apt-get install python-magic
 
+Likewise, libfuzzy can be installed from your distro's repositories, or from source (http://ssdeep.sourceforge.net/#download):
+
+	$ sudo apt-get install libfuzzy2
+
 Next, you'll need to install the dependencies for pyqtgraph (you may also need to install OpenGL drivers for your video card):
 	
 	$ sudo apt-get install python-opengl python-qt4 python-qt4-gl python-numpy python-scipy
diff --git a/README.md b/README.md
index dd3439a..78ac307 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 Binwalk
 =======
 
-Binwalk is a fast, easy to use tool for firmware analysis, extraction and reverse engineering.
+Binwalk is a fast, easy to use tool for analyzing, reverse engineering, and extracting firmware images.
 
 See [binwalk.org](http://binwalk.org) for usage, screenshots and examples.
--
libgit2 0.26.0