From 8844855353696f979935bc891c187f5d1020bf05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Verg=C3=A9?= Date: Mon, 27 Jun 2016 21:15:55 +0200 Subject: [PATCH] Doc: Remove old Debian install commands from README --- README.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.rst b/README.rst index 66796c3..ea2b42e 100644 --- a/README.rst +++ b/README.rst @@ -50,13 +50,6 @@ On Debian 9+ / 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