Skip to content

Commit

Permalink
docs: Add Mac OS installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienverge committed May 9, 2018
1 parent ff9ebde commit 51c3050
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 51c3050

Please sign in to comment.