Skip to content

Commit

Permalink
Merge pull request tomasr#45 from KaoruDev/master
Browse files Browse the repository at this point in the history
More descriptive installation steps
  • Loading branch information
edentsai committed Oct 4, 2015
2 parents bc15d38 + 577ebbc commit 0875855
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
```
Expand Down

0 comments on commit 0875855

Please # to comment.