]> git.etc.gen.nz Git - mythtv-status.git/commitdiff
Update dependencies, and fix a typo.
authorAndrew Ruthven <andrew@etc.gen.nz>
Wed, 21 Nov 2007 07:41:43 +0000 (20:41 +1300)
committerAndrew Ruthven <andrew@cyclops.etc.gen.nz>
Wed, 21 Nov 2007 07:41:43 +0000 (20:41 +1300)
INSTALL

diff --git a/INSTALL b/INSTALL
index 801c6c21218cb270e14e37c40b7f57481932cd1c..a6a813e4e6648f584390e65ff2a4947dd3eae987 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,13 +1,15 @@
 Installing MythTV Status
 ========================
 
-Depedencies
------------
+Dependencies
+------------
 You will need to have the following Perl modules installed:
 
-LWP::Simple
-XML::LibXML
-Date::Manip
+  LWP::Simple
+  XML::LibXML
+  Date::Manip
+  MIME::Entity
+  MythTV - The MythTV Perl API <optional>
 
 If you have installed this package using Debian then they should already be
 present.
@@ -18,3 +20,4 @@ To update the message of the day you will probably want to modify
 bin/mythtv-update-motd to work with the location of your /etc/motd
 file (on Debian it is symlinked into /var/run), and then run that
 script on a regular basis from cron.
+