Update installation instructions

This commit is contained in:
Tim Pope 2018-07-02 15:03:36 -04:00
parent 8fe8bde4f4
commit 1ea8a5325b

View File

@ -22,12 +22,12 @@ command at the end of your map functions.
## Installation
If you don't have a preferred installation method, I recommend
installing [pathogen.vim](https://github.com/tpope/vim-pathogen), and
then simply copy and paste:
Install using your favorite package manager, or use Vim's built-in package
support:
cd ~/.vim/bundle
git clone git://github.com/tpope/vim-repeat.git
mkdir -p ~/.vim/pack/tpope/start
cd ~/.vim/pack/tpope/start
git clone https://tpope.io/vim/repeat.git
## Contributing