docs: Simplify installation instruction in the README

This commit is contained in:
Adrien Vergé
2019-07-07 18:00:24 +02:00
parent f6a24552d9
commit 930c8eea94
2 changed files with 13 additions and 28 deletions

View File

@@ -4,7 +4,8 @@ Quickstart
Installing yamllint
-------------------
On Fedora / CentOS:
On Fedora / CentOS (note: `EPEL <https://fedoraproject.org/wiki/EPEL>`_ is
required on CentOS):
.. code:: bash
@@ -22,6 +23,12 @@ On Mac OS 10.11+:
brew install yamllint
On FreeBSD:
.. code:: sh
pkg install py36-yamllint
Alternatively using pip, the Python package manager:
.. code:: bash