Skip to content

Commit 1bc0240

Browse files
committed
add 'Installation' section (fix #41)
1 parent ff83982 commit 1bc0240

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ This plugin formats your code with specific coding style using [clang](http://cl
2121
- [vim-operator-user](https://github.com/kana/vim-operator-user)(highly recommended)
2222
- [vimproc.vim](https://github.com/Shougo/vimproc.vim)(recommended in Windows)
2323

24+
## Installation
25+
26+
Copy `plugin`, `doc` and `autoload` directories into your `~/.vim` or use `:packadd` in Vim8. Or please use your favorite plugin manager to install this plugin. I recommend latter.
27+
2428
## Usage
2529

2630
`:ClangFormat` command is available.

0 commit comments

Comments
 (0)