Browse Source

Create README.md

wreed4 10 years ago
parent
commit
41318add50
1 changed files with 9 additions and 0 deletions
  1. 9 0
      README.md

+ 9 - 0
README.md

@@ -0,0 +1,9 @@
+# vimrc
+My Vim configuration
+
+##Install
+```bash
+git clone https://github.com/wreed4/vimrc.git ~/.vim
+cd ~/.vim
+./make_links.sh
+```