From 0fbca41798dcc75e191836c18e6460780694d446 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 14 Feb 2010 03:54:05 -0500 Subject: [PATCH] fixed readme --- README | 7 ------- Readme.mkd | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 README create mode 100644 Readme.mkd diff --git a/README b/README deleted file mode 100644 index e02303c..0000000 --- a/README +++ /dev/null @@ -1,7 +0,0 @@ -=== INSTALLATION === - -cd ~/Library/"Application Support"/TextMate/Bundles/ - -If that directory wasn't found, you'll need to create it, then: - -git clone git://github.com/minimaldesign/mHTML.tmbundle.git "mHTML.tmbundle" \ No newline at end of file diff --git a/Readme.mkd b/Readme.mkd new file mode 100644 index 0000000..08d4e0e --- /dev/null +++ b/Readme.mkd @@ -0,0 +1,7 @@ +# Installation + + cd ~/Library/"Application Support"/TextMate/Bundles/ + +If that directory wasn't found, you'll need to create it, then: + + git clone git://github.com/kennethreitz/kHTML.tmbundle.git "kHTML.tmbundle" \ No newline at end of file