diff options
Diffstat (limited to 'multimedia/mythtv/README.SLACKWARE')
-rw-r--r-- | multimedia/mythtv/README.SLACKWARE | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/mythtv/README.SLACKWARE b/multimedia/mythtv/README.SLACKWARE new file mode 100644 index 0000000000..d7d22e2b65 --- /dev/null +++ b/multimedia/mythtv/README.SLACKWARE @@ -0,0 +1,11 @@ +README.SLACKWARE for mythtv + +You need to create a database before you can run mythtv: + # mysql -u root -p < /usr/share/mythtv/database/mc.sql + +Then run mythtv-setup to configure mythtv + # mythtv-setup + +Detailed instructions for mythtv can be found here: + http://www.mythtv.org/wiki/index.php/User_Manual:Initial_Installation + |