From ffff29d087136392374dda42d034af17a16e80a7 Mon Sep 17 00:00:00 2001 From: tastytea Date: Wed, 2 Jan 2019 06:33:43 +0100 Subject: [PATCH] clarify that catch is for tests --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14ce6ab..d0bdab2 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ They are generated on Debian Stretch 64 bit and signed with my * [cmake](https://cmake.org/) (at least 3.2) * [imagemagick](https://www.imagemagick.org/) (tested: 7.0 / 6.7) * Optional: - * [Catch](https://github.com/catchorg/Catch2) (tested: 2.3 / 1.2) + * Tests: [Catch](https://github.com/catchorg/Catch2) (tested: 2.3 / 1.2) On a Debian system, install the packages: `build-essential cmake libmagick++-dev`.