From: Andrew Ruthven Date: Sun, 4 Nov 2007 20:45:04 +0000 (+1300) Subject: Add a minimal install file. X-Git-Tag: 0.2~4 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2057cf15da25049f746834b7309dbc6230f8ea9a;p=mythtv-status.git Add a minimal install file. --- diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..801c6c2 --- /dev/null +++ b/INSTALL @@ -0,0 +1,20 @@ +Installing MythTV Status +======================== + +Depedencies +----------- +You will need to have the following Perl modules installed: + +LWP::Simple +XML::LibXML +Date::Manip + +If you have installed this package using Debian then they should already be +present. + +MOTD +---- +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. diff --git a/debian/docs b/debian/docs index e845566..ff37da8 100644 --- a/debian/docs +++ b/debian/docs @@ -1 +1,2 @@ README +INSTALL