diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2017-08-04 17:37:42 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2017-08-04 17:37:42 +1200 |
commit | 24ef138df6e2329a37eedf6b453bca2752aad010 (patch) | |
tree | c78dd46919a0e7bc306bdc9d144bdb554a55398f /README.markdown | |
parent | Correct punctuation in README (diff) | |
download | watch-vcs-tags-24ef138df6e2329a37eedf6b453bca2752aad010.tar.gz watch-vcs-tags-24ef138df6e2329a37eedf6b453bca2752aad010.zip |
Remove my $HOME directory path
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 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 ------- |