aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-08-04 17:33:12 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-08-04 17:33:12 +1200
commit8f59e91a74ae78963ac72863280cefbde74233bd (patch)
tree2e457d04e26c0ac42eecdc5b8950c99931dd384c /README.markdown
parentInitial version with Makefile and README (diff)
downloadwatch-vcs-tags-8f59e91a74ae78963ac72863280cefbde74233bd.tar.gz (sig)
watch-vcs-tags-8f59e91a74ae78963ac72863280cefbde74233bd.zip
Add installation notesv1.0
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index fb49318..967bd91 100644
--- a/README.markdown
+++ b/README.markdown
@@ -13,6 +13,14 @@ in POSIX `sh`, but does require a `mktemp(1)` implementation that supports the
/home/tom/.local/src/ed/vim
v8.0.0858
+You can install it in `/usr/local/bin` with:
+
+ # make install
+
+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,
you could put this in a `crontab(5)` task to email you new tags: