aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.markdown28
-rw-r--r--README.md19
2 files changed, 28 insertions, 19 deletions
diff --git a/README.markdown b/README.markdown
new file mode 100644
index 00000000..3490e4f3
--- /dev/null
+++ b/README.markdown
@@ -0,0 +1,28 @@
+Dotfiles
+========
+
+Tom Ryder's personal repository of dotfiles. This is for those settings that
+migrate well from machine to machine and that I consider safe to publish.
+
+These are not really built for other people to use, but if you know a thing or
+two about Bash and Vim, you won't struggle.
+
+ $ cd
+ $ git clone git://github.com/tejr/dotfiles.git .dotfiles
+
+There's an installation script, but it hoses your existing files, so don't run
+it without reading it first. You'll also need to have a recent enough version
+of Git to support [submodules][1].
+
+ $ .dotfiles/install
+
+License
+-------
+
+Copyright (c) [Tom Ryder][2]. Distributed under an [MIT License][3]. Buy me a
+beer sometime.
+
+[1]: http://git-scm.com/book/en/Git-Tools-Submodules
+[2]: http://www.sanctum.geek.nz/about/tom-ryder
+[3]: http://www.opensource.org/licenses/MIT
+
diff --git a/README.md b/README.md
deleted file mode 100644
index fb0f93f5..00000000
--- a/README.md
+++ /dev/null
@@ -1,19 +0,0 @@
-Dotfiles
-========
-
-Tom Ryder's personal repository of dotfiles. This is for those settings that migrate well from machine to machine and that I consider safe to publish.
-
-These are not really built for other people to use, but if you know a thing or two about Bash and Vim, you won't struggle.
-
- $ cd
- $ git clone git://github.com/tejr/dotfiles.git .dotfiles
-
-There's an installation script, but it hoses your existing files, so don't run it without reading it first. You'll also need to have a recent enough version of Git to support [submodules](http://git-scm.com/book/en/Git-Tools-Submodules).
-
- $ .dotfiles/install
-
-License
--------
-
-Copyright (c) [Tom Ryder](http://www.sanctum.geek.nz/about/tom-ryder/). Distributed under an [MIT License](http://www.opensource.org/licenses/MIT). Buy me a beer sometime.
-