From 90b324f45babab8995a7bcc80ce39732f659ea48 Mon Sep 17 00:00:00 2001 From: James Dinsdale Date: Tue, 28 Feb 2017 21:16:27 +0000 Subject: [PATCH] Make color and revolver dependencies hard requirements in the docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1971305..6054927 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ chmod u+x ./zunit cp ./zunit /usr/local/bin ``` -> For best results, the utilities [Color](https://github.com/molovo/color) and [Revolver](https://github.com/molovo/revolver) should be installed, and in your `$PATH`. The zulu installation method will install these dependencies for you. +> ZUnit requires the utilities [Color](https://github.com/molovo/color) and [Revolver](https://github.com/molovo/revolver) to be installed, and in your `$PATH`. The zulu installation method will install these dependencies for you. ## Writing Tests