]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
document parallel depedency and how to install it
authorFlorent <florent.git@zeteo.me>
Mon, 1 Aug 2022 13:18:50 +0000 (15:18 +0200)
committerChocobozzz <chocobozzz@cpy.re>
Mon, 1 Aug 2022 14:06:39 +0000 (16:06 +0200)
Also document how to install exiftool

support/doc/development/tests.md

index 47602156c84234ff001962aadced3d3e7f407765..52e7993b2eacaa6869ddbbd941ba6740c41a8039 100644 (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