From ad36a931b5a695c2f3ba8e36dac038deaf9a6e02 Mon Sep 17 00:00:00 2001 From: Andrew Kesterson Date: Sun, 18 Jan 2026 10:14:52 -0500 Subject: [PATCH] README update --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 01ab838..8e91de5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ The shunit script ====== -shunit requires cmdarg. Install it first: https://github.com/akesterson/cmdarg +shunit requires cmdarg (and the install script requires versioners). Install them first: + +- https://github.com/akesterson/versioners +- https://github.com/akesterson/cmdarg shunit is a bash script for running tests scripts that are written with the shunit library. To use it, first install it: