mirror of
https://github.com/adrienverge/yamllint.git
synced 2024-11-22 07:36:25 -06:00
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
This commit is contained in:
parent
ff9ebde608
commit
51c30505b5
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user