From b8ffda4ee3b46d2cb72b4791b04ceeb8124da5c6 Mon Sep 17 00:00:00 2001 From: Michael Skrynski Date: Tue, 9 Sep 2014 09:02:58 +0200 Subject: [PATCH] Readme updated --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 68c8b88..94155ad 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,5 @@ zlorfi's dotfiles * create symlinks via the `make_my_dotfiles.sh` script * install patched `Source Code Pro` font for the `vim-airline` plugin * change the font of your default terminal app to patched `Source Code Pro` -* launch `vim` and run `:PluginInstall` +* clone Vundle repo `git clone git://github.com/gmarik/vundle.git ~/bundle/vim/bundle/vundle` +* launch `vim` with `vim +BundleInstall +qall`