From 8f59e91a74ae78963ac72863280cefbde74233bd Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 4 Aug 2017 17:33:12 +1200 Subject: Add installation notes --- README.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) 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: -- cgit v1.2.3