From cd95bd1c9b514b3961e5b155704fd0cc5f552afd Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Tue, 29 Oct 2013 09:55:14 +0100 Subject: [PATCH] Some installation manual fixes Thanks @jemayer --- README.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index e349e65..71f4825 100644 --- a/README.markdown +++ b/README.markdown @@ -5,5 +5,6 @@ This repository holds my VIM configuration including installed bundles managed b ## Installation * Clone to ~/.vim: `git clone https://github.com/Luzifer/vim.git ~/.vim` -* Create symlink for gitconfig: `ln -s ~/.vim/vimrc ~/.vimrc` +* Initialize submodule: `cd ~/.vim && git submodule update --init` +* Create symlink for vimrc: `ln -s ~/.vim/vimrc ~/.vimrc` * Initialize vundle `vim +BundleInstall +qall`