From dce1bbd2bdca4f9c7144e4cd0b79bab447c30fcf Mon Sep 17 00:00:00 2001 From: Chris Kempson Date: Mon, 10 Mar 2014 09:02:00 +0000 Subject: Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 69b632d..ed0df45 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,17 @@ To use the dark theme ensure `set background=dark` is present in your `~/.vimrc` Add `colorscheme base16-default` to your `~/.vimrc`. ### Vundle -Add the following to your `~/.vimrc` file. +Add the following to your `~/.vimrc` file and run `BundleInstall` in Vim. Bundle 'chriskempson/base16-vim' + +### Pathogen + + cd ~/.vim/bundle + git clone https://github.com/chriskempson/base16-vim.git ### Manual + cd ~/.vim/colors git clone git://github.com/chriskempson/base16-vim.git base16 cp base16/colors/*.vim . -- cgit v1.2.3