From 42a5af28867677236c4866fd2f00cdb3d05c1859 Mon Sep 17 00:00:00 2001 From: aheadley Date: Thu, 22 Mar 2012 21:48:28 -0400 Subject: [PATCH] update installing docs for RPM repo --- docs/installing.rst | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/docs/installing.rst b/docs/installing.rst index 878f766..51eab9c 100644 --- a/docs/installing.rst +++ b/docs/installing.rst @@ -34,3 +34,22 @@ a ``python2.6`` package. To do this, add the following line to your Then run ``apt-get update`` and ``apt-get install minecraft-overviewer`` and you're all set! See you at the :doc:`running` page! + +CentOS / RHEL / Fedora +====================== +We also provide a RPM repository with pre-built packages for users on RPM-based +distros. Note that on CentOS 5, the `EPEL `_ +repository is required to get Python 2.6 . To add the Overviewer repository to +YUM, just run + +:: + + wget -O /etc/yum.repos.d/overviewer.repo http://overviewer.org/rpms/overviewer.repo + +Then to install Overviewer run + +:: + + yum install Minecraft-Overviewer + +After that head to the :doc:`running` page!