Better install instructions.
This commit is contained in:
parent
959495b206
commit
da4b3af819
1
MANIFEST
1
MANIFEST
@ -1,4 +1,5 @@
|
|||||||
bin/peertube-dl
|
bin/peertube-dl
|
||||||
|
cpanfile
|
||||||
LICENSE
|
LICENSE
|
||||||
Makefile.PL
|
Makefile.PL
|
||||||
MANIFEST This list of files
|
MANIFEST This list of files
|
||||||
|
12
README.md
12
README.md
@ -14,6 +14,10 @@ animeflv.cc
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
There is two alternative ways:
|
||||||
|
|
||||||
|
### System install
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo apt install perl make libwww-perl liburi-encode-perl libjson-perl
|
sudo apt install perl make libwww-perl liburi-encode-perl libjson-perl
|
||||||
perl Makefile.PL
|
perl Makefile.PL
|
||||||
@ -21,6 +25,14 @@ make
|
|||||||
make install
|
make install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Localized install with cpanminus.
|
||||||
|
|
||||||
|
```
|
||||||
|
sudo apt install cpanminus
|
||||||
|
cpanm . --installdeps
|
||||||
|
cpanm .
|
||||||
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
`peertube-dl <Supported url>`
|
`peertube-dl <Supported url>`
|
||||||
|
Loading…
Reference in New Issue
Block a user