diff --git a/README.markdown b/README.markdown index f5c65c4..ae0b945 100644 --- a/README.markdown +++ b/README.markdown @@ -17,6 +17,14 @@ rhubarb.vim. ## 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: + + cd ~/.vim/bundle + git clone git://github.com/tpope/vim-rhubarb.git + vim -u NONE -c "helptags vim-rhubarb/doc" -c q + In addition to [fugitive.vim][], [Curl](http://curl.haxx.se/) is required (included with OS X). There are 5 ways you can tell rhubarb.vim your GitHub credentials: @@ -44,16 +52,6 @@ rhubarb.vim your GitHub credentials: let g:RHUBARB_TOKEN = '' -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: - - cd ~/.vim/bundle - git clone git://github.com/tpope/vim-rhubarb.git - -Once help tags have been generated, you can view the manual with -`:help rhubarb`. - ## FAQ > How do I turn off that preview window that shows the issue body?