From aa3d324926304c1ce5999968da9c1ca9a505b20a Mon Sep 17 00:00:00 2001 From: sergiotarxz Date: Fri, 4 Mar 2022 23:48:59 +0100 Subject: [PATCH] Adding in sugar that Term::ReadLine::Gnu is needed to get auto-completion. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec73b72..4f805ad 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,9 @@ 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: +including auto-completion you will have to +install `Term::ReadLine::Gnu` you can do +that using: ``` cpan Term::ReadLine::Gnu