Better install instructions.

This commit is contained in:
sergiotarxz 2020-12-26 04:22:03 +01:00
parent 959495b206
commit da4b3af819
Signed by: sergiotarxz
GPG Key ID: E5903508B6510AC2
3 changed files with 16 additions and 0 deletions

View File

@ -1,4 +1,5 @@
bin/peertube-dl
cpanfile
LICENSE
Makefile.PL
MANIFEST This list of files

View File

@ -14,6 +14,10 @@ animeflv.cc
## Installation
There is two alternative ways:
### System install
```
sudo apt install perl make libwww-perl liburi-encode-perl libjson-perl
perl Makefile.PL
@ -21,6 +25,14 @@ make
make install
```
### Localized install with cpanminus.
```
sudo apt install cpanminus
cpanm . --installdeps
cpanm .
```
## Usage
`peertube-dl <Supported url>`

3
cpanfile Normal file
View File

@ -0,0 +1,3 @@
requires 'LWP::UserAgent';
requires 'URI::Encode';
requires 'JSON';