Better install instructions.
This commit is contained in:
parent
959495b206
commit
da4b3af819
1
MANIFEST
1
MANIFEST
@ -1,4 +1,5 @@
|
||||
bin/peertube-dl
|
||||
cpanfile
|
||||
LICENSE
|
||||
Makefile.PL
|
||||
MANIFEST This list of files
|
||||
|
12
README.md
12
README.md
@ -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>`
|
||||
|
Loading…
Reference in New Issue
Block a user