mirror of https://github.com/Chocobozzz/PeerTube
document parallel depedency and how to install it
Also document how to install exiftoolpull/5170/head
parent
ec240986ef
commit
ed09acf14b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue