diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2015-08-05 11:54:33 +0200 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2015-08-05 11:54:33 +0200 |
commit | eb39f3029e54063170105c67128d2300f87a1e3b (patch) | |
tree | efc59f9b4bb732389c34934049e838d5c505b0f1 | |
parent | 689b9f3de638f7f2b0cf304ee3bf960e91cad9eb (diff) | |
download | nq-eb39f3029e54063170105c67128d2300f87a1e3b.tar.gz nq-eb39f3029e54063170105c67128d2300f87a1e3b.tar.xz nq-eb39f3029e54063170105c67128d2300f87a1e3b.zip |
more platforms
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index f31ab40..6997bb3 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ systems which require no setup, maintenance, supervision, or any long-running processes. `nq` should run on any POSIX.1-2008 compliant system which also -provides a working flock(2). Tested on Linux 4.1, OpenBSD 5.7 and -FreeBSD 10.1. +provides a working flock(2). Tested on Linux 2.6.37, Linux 4.1, +OpenBSD 5.7, FreeBSD 10.1, and Mac OS X 10.3. The intended purpose is ad-hoc queuing of command lines (e.g. for building several targets of a Makefile, downloading multiple files one |