Skip to content

Commit 984c8da

Browse files
committed
Fix incorrect path in clone command for Pathogen
1 parent 86047cc commit 984c8da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ There are a few ways you can go about installing this plugin:
2222
```
2323
2. If you are using [Pathogen](https://github.com/tpope/vim-pathogen), you can just run the following command:
2424
```
25-
git clone git://github.com/ntpeters/vim-better-whitespace.git ~/.vim/bundle/
25+
git clone git://github.com/ntpeters/vim-better-whitespace.git ~/.vim/bundle/vim-better-whitespace
2626
```
2727
3. While this plugin can also be installed by copying its contents into your `~/.vim/` directory, I would highly recommend using one of the above methods as they make managing your Vim plugins painless.
2828

0 commit comments

Comments
 (0)