diff --git a/INSTALL.md b/INSTALL.md
index e082f562f027672eb49e9542f8d778d4a63622a4..f47da5d7916f0408820da1f6d3d95e73f5458b82 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -1,20 +1,20 @@
-INSTALLATION
+Installation
 ============
    
 Requirements:
-  bash gawk
 
-Recommended: 
-  rdiff-backup duplicity rsync gzip hwinfo sfdisk cryptsetup flashrom hwinfo
+        bash gawk
 
-Installation:
-  To install backupninja, simply do the following:
+Recommended:
 
-  $ ./autogen.sh
-  $ ./configure
-  $ make
-  $ make install
+        rdiff-backup duplicity rsync gzip hwinfo sfdisk cryptsetup flashrom hwinfo
 
-  You may wish to change the install locations, or other options. To find
-  the available possibilities, run ./configure --help.
+To install backupninja, simply do the following:
 
+        $ ./autogen.sh
+        $ ./configure
+        $ make
+        $ make install
+
+You may wish to change the install locations, or other options. To find
+the available possibilities, run `./configure --help`.