From 0af8c82fed06f635e0a8dfa25b26c97a7932af51 Mon Sep 17 00:00:00 2001
From: Richard Hartmann <richih.mailinglist@gmail.com>
Date: Thu, 10 Nov 2011 20:43:50 +0100
Subject: [PATCH] Enable github to parse INSTALL & README as markdown

---
 INSTALL => INSTALL.md | 0
 README => README.md   | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename INSTALL => INSTALL.md (100%)
 rename README => README.md (99%)

diff --git a/INSTALL b/INSTALL.md
similarity index 100%
rename from INSTALL
rename to INSTALL.md
diff --git a/README b/README.md
similarity index 99%
rename from README
rename to README.md
index 51ec77b..4263ad0 100644
--- a/README
+++ b/README.md
@@ -7,7 +7,7 @@ That, in turn, means you can have one repository per config set (zsh, vim, ssh,
 
 vcsh was designed with mr [1] in mind so you might want to install that, as well.
 
-Read INSTALL for detailed setup instructions.
+Read INSTALL.md for detailed setup instructions.
 
 Questions? RichiH@{Freenode,OFTC,IRCnet}
 
-- 
GitLab