Upgraded docs.

This commit is contained in:
sergiotarxz 2020-12-29 06:45:06 +01:00
parent 78cbca95b7
commit 76358a8667
Signed by: sergiotarxz
GPG Key ID: E5903508B6510AC2
3 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,7 @@
.proverc
AUTHORS
bin/peertube-dl
bin/peertube-dl-web.pl
bin/peertube-dl-web
cpanfile
lib/Peertube/DL/Downloaders.pm
lib/Peertube/DL/URLHandler.pm

View File

@ -22,9 +22,10 @@ There is two alternative ways applying to the GNU/Linux OS:
# Be aware the apt command applies to Debian/Ubuntu or other distributions using apt as their package manager.
# I am not adding instructions to every distro since they can difficult reading this document.
# You should use the equivalent packages for your distribution if you are not using a Debian-like distribution of GNU/Linux.
sudo apt install perl make libwww-perl liburi-encode-perl libjson-perl liblwp-protocol-https-perl
sudo apt install perl make libwww-perl liburi-encode-perl libjson-perl liblwp-protocol-https-perl libtest-mockobject-perl libtest-most-perl libmojolicious-perl
perl Makefile.PL
make
make test
make install
```

1
bin/peertube-dl-web.pl → bin/peertube-dl-web Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env perl
use Mojolicious::Lite -signatures;
use Peertube::DL::URLHandler;