aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-08-04 17:37:42 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-08-04 17:37:42 +1200
commit24ef138df6e2329a37eedf6b453bca2752aad010 (patch)
treec78dd46919a0e7bc306bdc9d144bdb554a55398f
parentCorrect punctuation in README (diff)
downloadwatch-vcs-tags-24ef138df6e2329a37eedf6b453bca2752aad010.tar.gz
watch-vcs-tags-24ef138df6e2329a37eedf6b453bca2752aad010.zip
Remove my $HOME directory path
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index 0c72a3b..1d3e858 100644
--- a/README.markdown
+++ b/README.markdown
@@ -24,7 +24,7 @@ You can define a `PREFIX` to install it elsewhere:
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 < /home/tom/.watch-git-tags-repos
+ xargs watch-git-tags < ~/.watch-git-tags-repos
License
-------