Skip to content

Commit

Permalink
Try including helptags instructions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
tpope committed Jul 17, 2014
1 parent 9af975c commit d376506
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,13 @@ and `Git!` to open the output of a command in a temp file.

## 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:
If you don't have a preferred installation method, one option is to install
[pathogen.vim](https://github.com/tpope/vim-pathogen), and then copy
and paste:

cd ~/.vim/bundle
git clone git://github.com/tpope/vim-fugitive.git

Once help tags have been generated, you can view the manual with
`:help fugitive`.
vim -u NONE -c "helptags vim-fugitive/doc" -c q

If your Vim version is below 7.2, I recommend also installing
[vim-git](https://github.com/tpope/vim-git) for syntax highlighting and
Expand Down

0 comments on commit d376506

Please sign in to comment.