From cb5fe2c050f09aa5d29331aa1fec62306055c841 Mon Sep 17 00:00:00 2001 From: Remi Pointel Date: Tue, 9 Jul 2019 09:37:43 +0200 Subject: [PATCH] add OpenBSD installation instructions. --- docs/quickstart.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 8d959d6..9cf5f17 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -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