From 216379a941dd92b94a83ea4f01266025f6fc97d6 Mon Sep 17 00:00:00 2001 From: sergiotarxz Date: Fri, 4 Mar 2022 23:47:44 +0100 Subject: [PATCH] Adding improvements to the README.md. --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index ab6d21c..ec73b72 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,11 @@ Install the program using cpan: cpan . ``` +If you get errors because missing libraries you +should install the headers libs of openssl and +the openssl command-line utils, this is distro +specific. + If you get prompted by questions press intro to use the defaults and run: (Supposing your are using bash.) @@ -46,3 +51,17 @@ tdtcli ~> ``` Now type `help` to get further instructions of usage. + +## Sugar + +In order to get advanced editing in TDTCli +you will have to install `Term::ReadLine::Gnu` +you can do that using: + +``` +cpan Term::ReadLine::Gnu +``` + +If you get errors related to missing libraries +then you will have to install the headers for +ncurses and readline, this is distro specific.