From b044e400ce8f5d8d4e9cc6ea23f59500eb12b97f Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Mon, 2 Jan 2017 20:14:23 -0500 Subject: [PATCH] updated with better perl docs --- readme.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index fd06924f..8a4b6b93 100644 --- a/readme.txt +++ b/readme.txt @@ -38,8 +38,14 @@ shell's startup file. Example startup files are available in: ============== How to install the feisty meow script dependencies -These perl modules are required by some of the scripts (e.g. the differ -utility and the feisty meow customization system). +A couple of perl modules are required by some of the scripts (including the +differ utility and the feisty meow customization system). They can be +installed with either apt-get or CPAN. + +Install using apt-get: +=> apt-get install libfile-which-perl libtext-diff-perl + +or Install using perl's CPAN: => cpan install Text::Diff File::Which ============== -- 2.34.1