document parallel depedency and how to install it

Also document how to install exiftool
This commit is contained in:
Florent 2022-08-01 15:18:50 +02:00 committed by Chocobozzz
parent ec240986ef
commit ed09acf14b

View file

@ -33,8 +33,14 @@ $ sudo docker run -p 10389:10389 chocobozzz/docker-test-openldap
Ensure you also have these commands:
```
```bash
$ exiftool --help
$ parallel --help
```
Otherwise, install the packages. On Debian-based systems (like Debian, Ubuntu or Mint):
```bash
$ sudo apt-get install parallel libimage-exiftool-perl
```
### Test