From 5a79210e5b40b025974fe122aba005a1fb2eaab1 Mon Sep 17 00:00:00 2001
From: Aaron <aaronquinlan@gmail.com>
Date: Fri, 16 Sep 2011 13:38:09 -0400
Subject: [PATCH] Updated README

---
 README.rst | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/README.rst b/README.rst
index 6272eee0..7e16023e 100644
--- a/README.rst
+++ b/README.rst
@@ -29,19 +29,19 @@ http://code.google.com/p/bedtools/wiki/UsageAdvanced
 
 Installation
 ------------
-Git
-----
-git clone git://github.com/arq5x/bedtools.git
-
-Download tarball - that big gray button on the upper right.
------------------------------------------------------------
-#. Unpack the source downloaded tarball.
-#. cd into the expanded folder.
-#. Type "make clean" and hit enter.
-#. Type "make all" and hit enter.
-#. If you encountered no errors, then all of the BED Tools should now be in bin/
-   If not, try to troubleshoot then email me: aaronquinlan at gmail dot com
-#. Copy the files in bin/ to ~/bin or if you have the privileges, to /usr/local/bin.
-#. Use the tools.
+	Git
+	----
+	git clone git://github.com/arq5x/bedtools.git
+
+	Download tarball - that big gray button on the upper right.
+	-----------------------------------------------------------
+	#. Unpack the source downloaded tarball.
+	#. cd into the expanded folder.
+	#. Type "make clean" and hit enter.
+	#. Type "make all" and hit enter.
+	#. If you encountered no errors, then all of the BED Tools should now be in bin/
+	   If not, try to troubleshoot then email me: aaronquinlan at gmail dot com
+	#. Copy the files in bin/ to ~/bin or if you have the privileges, to /usr/local/bin.
+	#. Use the tools.
 
 
-- 
GitLab