From ea906d8bf389bc31f1ae30bff63ffc8b18a625cd Mon Sep 17 00:00:00 2001 From: Alex Kelly Date: Fri, 24 Oct 2014 22:51:58 -0400 Subject: [PATCH] Fixed messed up markdown --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d2f5f67..09ffc25 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,12 @@ Here are my configuration files that I use on my system. I use Vundle (https:// File Naming -+++++++++++ +=========== + You should clone this to your home directory, and then create a symlink for the files. For example, if you want to use my .vimrc, you would: -#. cd ~ -#. ln -s ~dotfiles/vim/vimrc .vimrc +1. cd ~ +2. ln -s ~dotfiles/vim/vimrc .vimrc At some point I may make a utility to manage those, but that's the way to do it for now