commit 44567a37572af166fb13a5430b9746c752cdbea9 Author: Iain R. Learmonth irl@debian.org Date: Fri Jun 10 23:52:19 2016 +0100
Adds Debian stable backports installation instructions --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/README.rst b/README.rst index 64f942b..af6de55 100644 --- a/README.rst +++ b/README.rst @@ -51,6 +51,12 @@ On Debian testing or unstable::
sudo apt-get install ooniprobe
+On Debian stable (jessie):: + + echo 'deb http://ftp.debian.org/debian jessie-backports main' | sudo tee -a /etc/apt/sources.list + sudo apt-get update + sudo apt-get install ooniprobe + On Ubuntu 16.04 (xenial), 15.10 (wily) or 14.04 (trusty)::
sudo add-apt-repository ppa:irl/ooni