From: Chris Koeritz Date: Tue, 3 Jan 2017 01:14:23 +0000 (-0500) Subject: updated with better perl docs X-Git-Tag: 2.140.90~282 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=b044e400ce8f5d8d4e9cc6ea23f59500eb12b97f updated with better perl docs --- 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 ==============