diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2017-08-04 17:38:03 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2017-08-04 17:38:03 +1200 |
commit | 39d5e87de75b4d2150ef2ffd66b0abc7c62d0f63 (patch) | |
tree | 3e5f5835c86df8ca250c0d6ce37827367d8b6fcf /README.markdown | |
parent | Remove my $HOME directory path (diff) | |
download | watch-vcs-tags-39d5e87de75b4d2150ef2ffd66b0abc7c62d0f63.tar.gz watch-vcs-tags-39d5e87de75b4d2150ef2ffd66b0abc7c62d0f63.zip |
Correct some more README formatting
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown index 1d3e858..2640013 100644 --- a/README.markdown +++ b/README.markdown @@ -21,7 +21,7 @@ You can define a `PREFIX` to install it elsewhere: $ make install PREFIX="$HOME"/.local -If you keep a list of your repository paths in a file like ~/.watch-git-tags, +If you keep a list of your repository paths in a file like `~/.watch-git-tags`, you could put this in a `crontab(5)` task to email you new tags: xargs watch-git-tags < ~/.watch-git-tags-repos |