From 394f70213ca6beee4f8ddfb58121d2a19ea06f01 Mon Sep 17 00:00:00 2001
From: devttys0 <heffnercj@gmail.com>
Date: Mon, 21 Jul 2014 10:19:16 -0400
Subject: [PATCH] Renamed INSTALL => INSTALL.md

---
 INSTALL    | 73 -------------------------------------------------------------------------
 INSTALL.md | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 73 insertions(+), 73 deletions(-)
 delete mode 100644 INSTALL
 create mode 100644 INSTALL.md

diff --git a/INSTALL b/INSTALL
deleted file mode 100644
index 3cd3d8e..0000000
--- a/INSTALL
+++ /dev/null
@@ -1,73 +0,0 @@
-BEFORE YOU START
------------------------------------------
-
-Binwalk supports Python 2.7 - 3.x. Although binwalk is slightly faster in Python 3, 
-the Python OpenGL bindings are still experimental for Python 3, so Python 2.7 is 
-recommended.
-
-The following installation procedures assume that you are installing binwalk to 
-be run using Python 2.7. If you want to use binwalk in Python 3, some package 
-names and installation procedures may differ slightly.
-
-
-
-INSTALLATION
------------------------------------------
-
-Installation follows the typical configure/make process (standard development tools
-such as gcc, make, and Python must be installed in order to build):
-
-    $ ./configure
-    $ make
-    $ sudo make install
-
-Binwalk's core features will work out of the box without any additional dependencies.
-However, to take advantage of binwalk's graphing and extraction capabilities, multiple
-supporting utilities/packages need to be installed.
-
-To ease "dependency hell", a shell script named deps.sh is included which attempts to
-install all required dependencies for Debian and RedHat based systems:
-
-    $ ./deps.sh
-
-If you are running a different system, or prefer to install these dependencies manually,
-see the DEPENDENCIES section below.
-
-
-
-DEPENDENCIES
--------------------------------------------
-
-The following dependencies are only required for optional binwalk features, such as
-file extraction and graphing capabilities. Unless otherwise specified, these
-dependencies are available from most Linux package managers:
-
-    libqt4-opengl 
-    python-opengl 
-    python-qt4 
-    python-qt4-gl 
-    python-numpy 
-    python-scipy
-
-    mtd-utils 
-    zlib1g-dev 
-    liblzma-dev 
-    ncompress 
-    gzip 
-    bzip2 
-    tar 
-    arj 
-    p7zip 
-    p7zip-full 
-    openjdk-6-jdk
-    firmware-mod-kit [https://code.google.com/p/firmware-mod-kit]
-
-
-UNINSTALL
------------------------------------------
-
-The following command will remove binwalk from your system. Note that this will *not* 
-remove utilities installed via deps.sh:
-
-    $ sudo make uninstall
-
diff --git a/INSTALL.md b/INSTALL.md
new file mode 100644
index 0000000..3cd3d8e
--- /dev/null
+++ b/INSTALL.md
@@ -0,0 +1,73 @@
+BEFORE YOU START
+-----------------------------------------
+
+Binwalk supports Python 2.7 - 3.x. Although binwalk is slightly faster in Python 3, 
+the Python OpenGL bindings are still experimental for Python 3, so Python 2.7 is 
+recommended.
+
+The following installation procedures assume that you are installing binwalk to 
+be run using Python 2.7. If you want to use binwalk in Python 3, some package 
+names and installation procedures may differ slightly.
+
+
+
+INSTALLATION
+-----------------------------------------
+
+Installation follows the typical configure/make process (standard development tools
+such as gcc, make, and Python must be installed in order to build):
+
+    $ ./configure
+    $ make
+    $ sudo make install
+
+Binwalk's core features will work out of the box without any additional dependencies.
+However, to take advantage of binwalk's graphing and extraction capabilities, multiple
+supporting utilities/packages need to be installed.
+
+To ease "dependency hell", a shell script named deps.sh is included which attempts to
+install all required dependencies for Debian and RedHat based systems:
+
+    $ ./deps.sh
+
+If you are running a different system, or prefer to install these dependencies manually,
+see the DEPENDENCIES section below.
+
+
+
+DEPENDENCIES
+-------------------------------------------
+
+The following dependencies are only required for optional binwalk features, such as
+file extraction and graphing capabilities. Unless otherwise specified, these
+dependencies are available from most Linux package managers:
+
+    libqt4-opengl 
+    python-opengl 
+    python-qt4 
+    python-qt4-gl 
+    python-numpy 
+    python-scipy
+
+    mtd-utils 
+    zlib1g-dev 
+    liblzma-dev 
+    ncompress 
+    gzip 
+    bzip2 
+    tar 
+    arj 
+    p7zip 
+    p7zip-full 
+    openjdk-6-jdk
+    firmware-mod-kit [https://code.google.com/p/firmware-mod-kit]
+
+
+UNINSTALL
+-----------------------------------------
+
+The following command will remove binwalk from your system. Note that this will *not* 
+remove utilities installed via deps.sh:
+
+    $ sudo make uninstall
+
--
libgit2 0.26.0