From be322c569708ed17cc53c068d89d3bb755cb354f Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Thu, 27 Aug 2015 13:53:14 +0200 Subject: README.md: document make install Closes #11. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 6ef49fb..4d48064 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,15 @@ implemented as shell-script calling `tail`.) `flock` from util-linux, and only has a timer resolution of 1s. Lock files from `nq` and `nq.sh` should not be mixed.) +## Installation + +Use `make all` to build, `make install` to install relative to `PREFIX` +(`/usr/local` by default). The `DESTDIR` convention is respected. +You can also just copy the binaries into your `PATH`. + +You can use `make check` to run a simple test suite, if you have +Perl's `prove` installed. + ## Copyright nq is in the public domain. -- cgit 1.4.1