Skip to content

Commit 7c1a5a1

Browse files
committed
More cosmetic changes to README
1 parent 50371c5 commit 7c1a5a1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,15 @@ Installing GTM is a two step process. First, it's recommended you install the G
1414
- **NeoBundle** `NeoBundle 'git-time-metric/gtm-vim-plugin'`
1515
- **Vundle** `Plugin 'git-time-metric/gtm-vim-plugin'`
1616
- **Pathogen** `git clone https://github.com/git-time-metric/gtm ~/.vim/bundle/gtm`
17-
17+
1818
**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.
1919
```
2020
> cd /path/to/your/project
2121
> gtm init
2222
```
23+
24+
Consult the [README](https://github.com/git-time-metric/gtm/blob/master/README.md) and [Wiki](https://github.com/git-time-metric/gtm/wiki) for more information.
25+
2326
# Features
2427

2528
### Status Bar
@@ -53,8 +56,6 @@ autocmd User AirlineAfterInit call AirlineInit()
5356

5457
**Note** - the time shown is based on the file's path and the Git repository it belongs to. You can have several files open that belong to different Git repositories. The status bar will display the time for the current file's Git repository. Also keep in mind, a Git repository must be initialized for time tracking in order to track time.
5558

56-
Consult the [README](https://github.com/git-time-metric/gtm/blob/master/README.md) and [Wiki](https://github.com/git-time-metric/gtm/wiki) for more information.
57-
5859
### Command Line Interface
5960

6061
Use the command line to report on time logged for your commits.

0 commit comments

Comments
 (0)