From 519e13a34f3311c05e720452b82fac56d67910e6 Mon Sep 17 00:00:00 2001 From: Aaron Griffith Date: Tue, 31 Dec 2013 16:47:43 -0500 Subject: [PATCH] added note about signed APT repo to install docs --- docs/installing.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/installing.rst b/docs/installing.rst index 5e9d370..0337a98 100644 --- a/docs/installing.rst +++ b/docs/installing.rst @@ -35,6 +35,13 @@ a ``python2.6`` package. To do this, add the following line to your deb http://overviewer.org/debian ./ +Our APT repository is signed. To install the key (and allow for +automatic updates), run + +:: + + wget -O - http://overviewer.org/debian/overviewer.gpg.asc | sudo apt-key add - + Then run ``apt-get update`` and ``apt-get install minecraft-overviewer`` and you're all set! See you at the :doc:`running` page!