aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README9
-rw-r--r--README.md19
2 files changed, 19 insertions, 9 deletions
diff --git a/README b/README
deleted file mode 100644
index 6afa1944..00000000
--- a/README
+++ /dev/null
@@ -1,9 +0,0 @@
-Personal repository of independent dotfiles.
-
-This is for all my personal configuration files that migrate well from machine
-to machine.
-
-$ cd
-$ git clone git://github.com/tejr/dotfiles.git .dotfiles
-$ bash .dotfiles/install.sh
-
diff --git a/README.md b/README.md
new file mode 100644
index 00000000..685abff0
--- /dev/null
+++ b/README.md
@@ -0,0 +1,19 @@
+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.
+
+ $ bash .dotfiles/install.sh
+
+License
+-------
+
+Copyright (c) Tom Ryder. Distributed under an [MIT License](http://www.opensource.org/licenses/MIT MIT License). Buy me a beer sometime.
+