# HG changeset patch # User Ludovic Chabant # Date 1492577217 25200 # Node ID bd641fccdae4a987dff5d3b9ad1f27609bfaf92b # Parent 2489b4b54d5c93684f09e9c8facabb1b1916029f Add GitHub link to README. diff -r 2489b4b54d5c -r bd641fccdae4 README.md --- a/README.md Tue Apr 18 21:43:59 2017 -0700 +++ b/README.md Tue Apr 18 21:46:57 2017 -0700 @@ -15,6 +15,10 @@ cd ~/.vim/bundle hg clone https://bitbucket.org/ludovicchabant/vim-gutentags +If you're more into Git than Mercurial: + + git clone https://github.com/ludovicchabant/vim-gutentags.git + Then you only need to do a `:call pathogen#helptags()` to generate the documentation tags (how ironic, eh?) and you can access Gutentags' help pages with `help gutentags`.