aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
diff options
context:
space:
mode:
authorFlorent <florent.git@zeteo.me>2022-08-01 15:18:50 +0200
committerChocobozzz <chocobozzz@cpy.re>2022-08-01 16:06:39 +0200
commited09acf14b3b6ffbf17ebb04613d9efa3a943cc7 (patch)
tree62cec25718c2727459f6a3100094f4bac44a5f4a /support
parentec240986ef5b53a523816f97e35965e5e95a984e (diff)
downloadPeerTube-ed09acf14b3b6ffbf17ebb04613d9efa3a943cc7.tar.gz
PeerTube-ed09acf14b3b6ffbf17ebb04613d9efa3a943cc7.tar.zst
PeerTube-ed09acf14b3b6ffbf17ebb04613d9efa3a943cc7.zip
document parallel depedency and how to install it
Also document how to install exiftool
Diffstat (limited to 'support')
-rw-r--r--support/doc/development/tests.md8
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
34Ensure you also have these commands: 34Ensure you also have these commands:
35 35
36``` 36```bash
37$ exiftool --help 37$ exiftool --help
38$ parallel --help
39```
40
41Otherwise, 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