mirror of git://git.qorg11.net/lainsafe.git
Recommend installing LWP::UserAgent::https
This commit is contained in:
parent
57dd53d582
commit
7330c757e0
|
@ -32,7 +32,13 @@ server
|
|||
|
||||
## lainsafecli
|
||||
|
||||
lainsafecli is a command line interface for lainsafe. It can be used in whatever that runs Perl. Installation is simple: if you're running Debian install the libwww-perl package. If you are not running Debian, search for that package in your repositories. Or use ```# cpan -i LWP::UserAgent```
|
||||
lainsafecli is a command line interface for lainsafe. It can be used
|
||||
in whatever that runs Perl. Installation is simple: if you're running
|
||||
Debian install the libwww-perl package. If you are not running Debian,
|
||||
search for that package in your repositories. Or use ```# cpan -i
|
||||
LWP::UserAgent``` Also LWP::UserAgent::https is needed. In Debian,
|
||||
install liblwp-protocol-https-perl, in other distros try # cpan -i
|
||||
LWP::UserAgent
|
||||
|
||||
### Installation
|
||||
|
||||
|
|
Loading…
Reference in New Issue