From 57d44d64d016e89c1539ff6191bf38a6b6b391d8 Mon Sep 17 00:00:00 2001 From: Ray Farias Date: Mon, 21 Jul 2014 14:12:30 -1000 Subject: [PATCH] Update README.md with vundle install direction --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e1d54d7..8869f2a 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ search. ```bash git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim git clone git@github.com:vinitkumar/.vim.git +git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle cd .vim cp vimrc ~/.vimrc cp vimrc.before ~/.vimrc.before