Make color and revolver dependencies hard requirements in the docs

This commit is contained in:
James Dinsdale 2017-02-28 21:16:27 +00:00
parent 351789b8e2
commit 90b324f45b
No known key found for this signature in database
GPG key ID: DBCB56BD98007031

View file

@ -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