diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2017-08-04 17:33:12 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2017-08-04 17:33:12 +1200 |
commit | 8f59e91a74ae78963ac72863280cefbde74233bd (patch) | |
tree | 2e457d04e26c0ac42eecdc5b8950c99931dd384c | |
parent | Initial version with Makefile and README (diff) | |
download | watch-vcs-tags-1.0.tar.gz (sig) watch-vcs-tags-1.0.zip |
Add installation notesv1.0
-rw-r--r-- | README.markdown | 8 |
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: |