Skip to content

Commit

Permalink
fixed list style in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mkusher committed Sep 3, 2015
1 parent 6dc0050 commit aeb7b81
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,18 @@ Padawan.vim requires:
Installation
------------

Install Padawan.vim using any of the popular plugin managers like Pathogen,
Vundle, Neobundle or Plug.
You can install Padawan.vim using any of the popular plugin managers like
Pathogen, Vundle, Neobundle or Plug.

1. Make sure you have installed padawan.php package:
- Make sure you have installed padawan.php package:
```bash
$ composer global require mkusher/padawan
```
2. Configure $PATH variable. You may add $PATH to your vimrc:
- Configure $PATH variable. You may add $PATH to your vimrc:
```vim
let $PATH=$PATH . ':' . expand('~/.composer/vendor/bin')
```
3. Configure composer command:
- Configure composer command:
```vim
let g:padawan#composer_command = "php /path/to/composer.phar"
```
Expand Down

0 comments on commit aeb7b81

Please sign in to comment.