From 72711b1b2679622cb55b375255bf97afdfad2f97 Mon Sep 17 00:00:00 2001
From: intrigeri <intrigeri@boum.org>
Date: Fri, 17 Feb 2017 08:28:31 +0000
Subject: [PATCH] INSTALL.md: format as proper Markdown.

---
 INSTALL.md | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/INSTALL.md b/INSTALL.md
index e082f56..f47da5d 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`.
-- 
GitLab