forked from sergiotarxz/Peertube-dl
Upgraded docs.
This commit is contained in:
parent
78cbca95b7
commit
76358a8667
2
MANIFEST
2
MANIFEST
@ -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
|
||||
|
@ -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
1
bin/peertube-dl-web.pl → bin/peertube-dl-web
Normal file → Executable file
@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env perl
|
||||
use Mojolicious::Lite -signatures;
|
||||
use Peertube::DL::URLHandler;
|
||||
|
Loading…
Reference in New Issue
Block a user