Doc: Reference Fedora and Ubuntu packages

This commit is contained in:
Adrien Vergé
2016-03-02 19:07:35 +01:00
parent dca3a54e63
commit 688858e639
2 changed files with 38 additions and 7 deletions

View File

@@ -38,6 +38,23 @@ Screenshot
Installation
^^^^^^^^^^^^
On Fedora / CentOS :
.. code:: bash
sudo dnf install yamllint
On Ubuntu:
.. code:: bash
sudo add-apt-repository -y ppa:adrienverge/ppa && sudo apt-get update
sudo apt-get install yamllint
On Debian: an official package is coming, it should be available soon.
Alternatively using pip, the Python package manager:
.. code:: bash
sudo pip install yamllint