Skip to content

Commit f0ba2c1

Browse files
committed
Some readme tweaks
1 parent 42f3f6c commit f0ba2c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You can toggle the highlighted lines using the command:
1717
<Leader>qa
1818
```
1919

20-
What's the `<Leader>` key? It's likely to be either "\" or ",", but you can set it from the command line or in your *.vimrc* file using:
20+
What's the `<Leader>` key? It's likely to be either `\` or `,`, but you can set it from the command line or in your *.vimrc* file using:
2121

2222
```vim
2323
let mapleader="@"
@@ -38,6 +38,7 @@ Installation is easy-peasy if you're using [Vundle][4]. Just add this to your *.
3838
```vim
3939
Bundle 'joonty/vim-phpqa.git'
4040
```
41+
and run `vim +BundleInstall +qall` from a terminal.
4142

4243
If you aren't using vundle, you will have to extract the files in each folder to the correct folder in *.vim/*.
4344

0 commit comments

Comments
 (0)