From 577ebbc0e01dfabd84a17cf5c09356a899bdbb3d Mon Sep 17 00:00:00 2001 From: Kaoru Kohashigawa Date: Fri, 13 Feb 2015 18:41:41 -0600 Subject: [PATCH] Update readme installation steps --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cd92bda..2e91a21 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,16 @@ By default, it has a dark gray background based on the version created by Hamish 256-Color terminals are also supported, though there are some differences with the Gui version. Only the dark gray background style is supported on terminal vim at this time. ## Installation +Clone this repo +`git clone https://github.com/tomasr/molokai.git` -Copy the file on your .vim/colors folder. +Copy the colors file to your vim folder. +`cp molokai/colors/molokai.vim ~/.vim/colors` + +in your .vimrc file +``` +colorscheme molokai +``` If you prefer the scheme to match the original monokai background color, put this in your .vimrc file: ```