aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files 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