aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChris Kempson <git@chriskempson.com>2014-03-10 09:02:00 +0000
committerChris Kempson <git@chriskempson.com>2014-03-10 09:02:00 +0000
commitdce1bbd2bdca4f9c7144e4cd0b79bab447c30fcf (patch)
tree18ffb2050ea0501f752e2e32b360420a2c40632f /README.md
parent273f65c2b33cf75ed3358fc94e05a679abba2af2 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
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 .