Adrien Vergé 2018-05-09 20:17:23 +02:00
parent ff9ebde608
commit 51c30505b5
2 changed files with 12 additions and 0 deletions

View File

@ -50,6 +50,12 @@ On Debian 8+ / Ubuntu 16.04+:
sudo apt-get install yamllint
On Mac OS 10.11+:
.. code:: bash
brew install yamllint
Alternatively using pip, the Python package manager:
.. code:: bash

View File

@ -16,6 +16,12 @@ On Debian 8+ / Ubuntu 16.04+:
sudo apt-get install yamllint
On Mac OS 10.11+:
.. code:: bash
brew install yamllint
Alternatively using pip, the Python package manager:
.. code:: bash