From b856c3bb73a4fa0443e4cfcf133526679de02e33 Mon Sep 17 00:00:00 2001 From: Andrew Kesterson Date: Thu, 29 Aug 2013 08:59:56 -0400 Subject: [PATCH] Added docs on the cmdarg dependency --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0713985..b7a0b65 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ The shunit script ====== +shunit requires cmdarg. Install it first: https://github.com/akesterson/cmdarg + shunit is a bash script for running tests scripts that are written with the shunit library. To use it, fir install it: make install