From 21b9e0aa13113a3a1056e42fc4221ef019ab5796 Mon Sep 17 00:00:00 2001 From: Nicolas F Date: Tue, 13 Jun 2017 16:11:10 +0200 Subject: [PATCH] docs: Clarify Ubuntu/Debian install instructions We use HTTPS these days and mentioning python2.6 in 2017 is very triggering to me. --- docs/installing.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/installing.rst b/docs/installing.rst index bcb8b7f..ed1e2d5 100644 --- a/docs/installing.rst +++ b/docs/installing.rst @@ -27,14 +27,16 @@ right place! Debian / Ubuntu =============== We provide an APT repository with pre-built Overviewer packages for -Debian and Ubuntu users. These packages should work on any system with -a ``python2.6`` package. To do this, add the following line to your +Debian and Ubuntu users. To do this, add the following line to your ``/etc/apt/sources.list`` :: deb https://overviewer.org/debian ./ +Note that you will need to have the ``apt-transport-https`` package installed +for this source to work. + Our APT repository is signed. To install the key (and allow for automatic updates), run