mirror of
https://github.com/adrienverge/yamllint.git
synced 2026-08-18 07:54:43 -05:00
README: Add Alpine Linux installation instructions
https://pkgs.alpinelinux.org/package/edge/community/x86/yamllint Looks like this exists and is regularly updated. Adding this in the quickstart guide can help people find it, especially in Docker contexts.
This commit is contained in:
@@ -35,6 +35,12 @@ On OpenBSD:
|
||||
|
||||
doas pkg_add py-yamllint
|
||||
|
||||
On Alpine Linux:
|
||||
|
||||
.. code:: bash
|
||||
|
||||
pkg add yamllint
|
||||
|
||||
Alternatively using pip, the Python package manager:
|
||||
|
||||
.. code:: bash
|
||||
|
||||
Reference in New Issue
Block a user