X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=readme.txt;h=8a4b6b935222db12fc6c4849b23635a12014c7bc;hb=c92f77e3b40629add88be3d1caec279a7937b01a;hp=fd06924fed162831c1ab6c4058b99ca3aafb97a1;hpb=b1ab3e2aefca2dd0b7850fa23d88bfc5f9a98490;p=feisty_meow.git 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 ==============