From 7330c757e0146f241c110780f250e9d0f01cf623 Mon Sep 17 00:00:00 2001 From: qorg11 Date: Sun, 21 Jun 2020 16:19:26 +0200 Subject: [PATCH] Recommend installing LWP::UserAgent::https --- doc/index.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/index.md b/doc/index.md index a6c195f..b9088bb 100644 --- a/doc/index.md +++ b/doc/index.md @@ -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