updated with better perl docs
authorChris Koeritz <fred@gruntose.com>
Tue, 3 Jan 2017 01:14:23 +0000 (20:14 -0500)
committerChris Koeritz <fred@gruntose.com>
Tue, 3 Jan 2017 01:14:23 +0000 (20:14 -0500)
readme.txt

index fd06924fed162831c1ab6c4058b99ca3aafb97a1..8a4b6b935222db12fc6c4849b23635a12014c7bc 100644 (file)
@@ -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
 
 ==============