add OpenBSD installation instructions.

This commit is contained in:
Remi Pointel 2019-07-09 09:37:43 +02:00 committed by Adrien Vergé
parent 930c8eea94
commit cb5fe2c050

View File

@ -29,6 +29,12 @@ On FreeBSD:
pkg install py36-yamllint
On OpenBSD:
.. code:: sh
doas pkg_add py3-yamllint
Alternatively using pip, the Python package manager:
.. code:: bash