diff options
-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: |