From 6b59fda3e039f2e4c6838d71a0e2225d1ccbbb38 Mon Sep 17 00:00:00 2001 From: Romain Date: Wed, 12 Dec 2018 09:09:11 +0100 Subject: [PATCH] README mentions ExifTool for running tests Fixes #8 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index dfcda50..5a2673b 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,10 @@ This module requires the following binaries available in the system path: - [FFMpeg](https://ffmpeg.org/) for processing videos - [Gifsicle](http://www.lcdf.org/gifsicle/) for processing animated GIFs +To run the tests, you will also need + +- [ExifTool](http://www.sno.phy.queensu.ca/~phil/exiftool/) + ## Usage ```js