From 51c30505b5a2221a244f2aec4a96321471c9688f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Verg=C3=A9?= Date: Wed, 9 May 2018 20:17:23 +0200 Subject: [PATCH] docs: Add Mac OS installation instructions See https://github.com/adrienverge/yamllint/issues/91 and https://github.com/Homebrew/homebrew-core/blob/af2bbe9/Formula/yamllint.rb --- README.rst | 6 ++++++ docs/quickstart.rst | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/README.rst b/README.rst index 1f5dac1..32360d1 100644 --- a/README.rst +++ b/README.rst @@ -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 diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 4f90008..68cf3d0 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -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