From 8132231dc3bcf42aaca1f683ef14078c042ed934 Mon Sep 17 00:00:00 2001 From: Pablo Cabrera Date: Tue, 9 Aug 2016 13:34:26 -0500 Subject: [PATCH] Chage URL for Pathogen clone to use the gtm-vim-plugin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb7185e..98f9944 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Installing GTM is a two step process. First, it's recommended you install the G - **Plug** `Plug 'git-time-metric/gtm-vim-plugin'` - **NeoBundle** `NeoBundle 'git-time-metric/gtm-vim-plugin'` - **Vundle** `Plugin 'git-time-metric/gtm-vim-plugin'` - - **Pathogen** `git clone https://github.com/git-time-metric/gtm ~/.vim/bundle/gtm` + - **Pathogen** `git clone https://github.com/git-time-metric/gtm-vim-plugin.git ~/.vim/bundle/gtm` **Note** - to enable time tracking for a Git repository, you need to initialize it with `gtm init` otherwise it will be ignored by GTM. This is done via the command line. ```