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:
Harsh Deep
2025-11-13 08:52:11 +01:00
committed by GitHub
parent a3b3bb31bb
commit cfbfe9b076
+6
View File
@@ -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