From aed724d901ad0116a6d98a207414b16ae848de0c Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Sun, 2 Aug 2015 16:11:52 -0400 Subject: [PATCH] Add helptags generation to installation instructions --- README.markdown | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) 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?