From 1013ce9137ff3e45e1a4d055bd97882dce7713bd Mon Sep 17 00:00:00 2001
From: Aaron Quinlan <aaronquinlan@gmail.com>
Date: Mon, 27 Apr 2009 23:15:03 -0400
Subject: [PATCH] Updated README

---
 README | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README b/README
index b647030b..62e66f20 100644
--- a/README
+++ b/README
@@ -29,7 +29,9 @@ linksBed 			--- creates an HTML file of links to the UCSC or a custom browser.
 
 ===Installation===
 1.  If you are reading this, you successfully downloaded and unzipped/unpacked the source tarball.  Great.
-2.  Type "make all" at the command line.
+2.  cd into the new folder.
+3.  Type "make clean" and hit enter.
+3.  Type "make all" and hit enter.
 3.  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@gmail.com
 4.  Copy the files in bin/ to ~/bin or if you have the privileges, to /usr/local/bin.
-- 
GitLab