diff options
-rw-r--r-- | support/doc/development/tests.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/support/doc/development/tests.md b/support/doc/development/tests.md index 47602156c..52e7993b2 100644 --- a/support/doc/development/tests.md +++ b/support/doc/development/tests.md | |||
@@ -33,8 +33,14 @@ $ sudo docker run -p 10389:10389 chocobozzz/docker-test-openldap | |||
33 | 33 | ||
34 | Ensure you also have these commands: | 34 | Ensure you also have these commands: |
35 | 35 | ||
36 | ``` | 36 | ```bash |
37 | $ exiftool --help | 37 | $ exiftool --help |
38 | $ parallel --help | ||
39 | ``` | ||
40 | |||
41 | Otherwise, install the packages. On Debian-based systems (like Debian, Ubuntu or Mint): | ||
42 | ```bash | ||
43 | $ sudo apt-get install parallel libimage-exiftool-perl | ||
38 | ``` | 44 | ``` |
39 | 45 | ||
40 | ### Test | 46 | ### Test |