mirror of
https://github.com/adrienverge/yamllint.git
synced 2025-02-25 18:55:20 -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
|
sudo apt-get install yamllint
|
||||||
|
|
||||||
|
On Mac OS 10.11+:
|
||||||
|
|
||||||
|
.. code:: bash
|
||||||
|
|
||||||
|
brew install yamllint
|
||||||
|
|
||||||
Alternatively using pip, the Python package manager:
|
Alternatively using pip, the Python package manager:
|
||||||
|
|
||||||
.. code:: bash
|
.. code:: bash
|
||||||
|
@ -16,6 +16,12 @@ On Debian 8+ / Ubuntu 16.04+:
|
|||||||
|
|
||||||
sudo apt-get install yamllint
|
sudo apt-get install yamllint
|
||||||
|
|
||||||
|
On Mac OS 10.11+:
|
||||||
|
|
||||||
|
.. code:: bash
|
||||||
|
|
||||||
|
brew install yamllint
|
||||||
|
|
||||||
Alternatively using pip, the Python package manager:
|
Alternatively using pip, the Python package manager:
|
||||||
|
|
||||||
.. code:: bash
|
.. code:: bash
|
||||||
|
Loading…
Reference in New Issue
Block a user