Doc: Update installing section

Packages are now also available in Debian and Ubuntu.
This commit is contained in:
Adrien Vergé
2016-03-15 08:03:24 +01:00
parent 3a017a5a22
commit a483524b63
2 changed files with 16 additions and 8 deletions

View File

@@ -44,15 +44,19 @@ On Fedora / CentOS :
sudo dnf install yamllint sudo dnf install yamllint
On Ubuntu: On Debian 9+ / Ubuntu 16.04+:
.. code:: bash
sudo apt-get install yamllint
On older Debian / Ubuntu versions:
.. code:: bash .. code:: bash
sudo add-apt-repository -y ppa:adrienverge/ppa && sudo apt-get update sudo add-apt-repository -y ppa:adrienverge/ppa && sudo apt-get update
sudo apt-get install yamllint sudo apt-get install yamllint
On Debian: an official package is coming, it should be available soon.
Alternatively using pip, the Python package manager: Alternatively using pip, the Python package manager:
.. code:: bash .. code:: bash

View File

@@ -10,15 +10,19 @@ On Fedora / CentOS :
sudo dnf install yamllint sudo dnf install yamllint
On Ubuntu: On Debian 9+ / Ubuntu 16.04+:
.. code:: bash
sudo apt-get install yamllint
On older Debian / Ubuntu versions:
.. code:: bash .. code:: bash
sudo add-apt-repository -y ppa:adrienverge/ppa && sudo apt-get update sudo add-apt-repository -y ppa:adrienverge/ppa && sudo apt-get update
sudo apt-get install yamllint sudo apt-get install yamllint
On Debian: an official package is coming, it should be available soon.
Alternatively using pip, the Python package manager: Alternatively using pip, the Python package manager:
.. code:: bash .. code:: bash