From ff9ebde6080b2e1af68fca29e5edbf694b4a65f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Verg=C3=A9?= Date: Wed, 9 May 2018 20:17:15 +0200 Subject: [PATCH] docs: Remove old Debian / Ubuntu installation instructions --- docs/quickstart.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 3365877..4f90008 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -16,13 +16,6 @@ On Debian 8+ / Ubuntu 16.04+: sudo apt-get install yamllint -On older Debian / Ubuntu versions: - -.. code:: bash - - sudo add-apt-repository -y ppa:adrienverge/ppa && sudo apt-get update - sudo apt-get install yamllint - Alternatively using pip, the Python package manager: .. code:: bash