summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2013-11-09 15:49:52 -0500
committerJune McEnroe <june@causal.agency>2013-11-09 15:49:52 -0500
commitdf85d943a3b92767792bdfcda0c522387f83d26c (patch)
tree82a857c03ba3873c2e1edab1f447354918accc48 /README.md
parentFix NumberToggle (diff)
downloadsrc-df85d943a3b92767792bdfcda0c522387f83d26c.tar.gz
src-df85d943a3b92767792bdfcda0c522387f83d26c.zip
Remove instructions from README
Diffstat (limited to '')
-rw-r--r--README.md11
1 files changed, 0 insertions, 11 deletions
diff --git a/README.md b/README.md
index cc31bf06..360b2b72 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,3 @@
 # VIM Configuration
 
 My amazing VIM configuration
-
-## Install
-
-```
-cd ~
-git clone git://github.com/programble/dotvim.git .vim
-ln -s .vim/.vimrc .vimrc
-cd .vim
-git submodule init
-git submodule update
-```