Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tkaden4 authored Oct 7, 2018
1 parent 6a70b18 commit 15103e5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,12 @@ It also has auto-completion for location and server blocks with `location<tab>`

## Installation

Just plug it into your favorite Vim package manager:
### Pathogen
```bash
git clone https://github.com/chr4/nginx.vim ~/.vim/bundle/nginx.vim
```

### Other (Plug, Dein.vim, Vundle)
```vim
" Plug
Plug 'chr4/nginx.vim'
Expand Down

0 comments on commit 15103e5

Please sign in to comment.