From b753e84c8c8f2b6901efae7e1df039042e9c163f Mon Sep 17 00:00:00 2001 From: Dianne Skoll Date: Tue, 12 Oct 2021 21:55:18 -0400 Subject: [PATCH] Update README --- rem2html/README.rem2html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rem2html/README.rem2html b/rem2html/README.rem2html index a1c3f24f..b0abf3a3 100644 --- a/rem2html/README.rem2html +++ b/rem2html/README.rem2html @@ -1,11 +1,12 @@ REM2HTML -------- -rem2html is a Perl script that transforms the output of `remind -p +rem2html is a Perl script that transforms the output of `remind -pp ...' to HTML. Type `perl rem2html --help' for usage information. rem2html requires the Perl modules `JSON::Any' and `Getopt::Long'. It -will not be installed unless you have those modules as well as Perl. +will not be installed unless you have those modules as well as Perl +itself. -- Dianne Skoll