Skip to content

Commit 0875855

Browse files
committed
Merge pull request tomasr#45 from KaoruDev/master
More descriptive installation steps
2 parents bc15d38 + 577ebbc commit 0875855

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,16 @@ By default, it has a dark gray background based on the version created by Hamish
1111
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.
1212

1313
## Installation
14+
Clone this repo
15+
`git clone https://github.com/tomasr/molokai.git`
1416

15-
Copy the file on your .vim/colors folder.
17+
Copy the colors file to your vim folder.
18+
`cp molokai/colors/molokai.vim ~/.vim/colors`
19+
20+
in your .vimrc file
21+
```
22+
colorscheme molokai
23+
```
1624

1725
If you prefer the scheme to match the original monokai background color, put this in your .vimrc file:
1826
```

0 commit comments

Comments
 (0)