From 7962beb268511b15def6eca860fb81d7054a8f04 Mon Sep 17 00:00:00 2001 From: Chris Kempson Date: Wed, 12 Sep 2012 08:30:57 +0100 Subject: Updates readme --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d15e2a8..138df6a 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,12 @@ For terminal vim (non-gui) please ensure you are using a base16 terminal theme. ## Installation To use the dark theme ensure `set background=dark` is present in your `~/.vimrc` file. Otherwise Vim will use the light variation by default. -If using Vundle add the following to your `~/.vimrc` file. +### Vundle +Add the following to your `~/.vimrc` file. + Bundle 'chriskempson/base16-vim' -Otherwise copy the files to `~/.vim/colors`. \ No newline at end of file +### Manual + cd ~/.vim/colors + git clone git://github.com/chriskempson/base16-vim.git base16 + cp base16/colors/*.vim . \ No newline at end of file -- cgit v1.2.3