Skip to content

Commit cfbfe9b

Browse files
authored
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.
1 parent a3b3bb3 commit cfbfe9b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/quickstart.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ On OpenBSD:
3535
3636
doas pkg_add py-yamllint
3737
38+
On Alpine Linux:
39+
40+
.. code:: bash
41+
42+
pkg add yamllint
43+
3844
Alternatively using pip, the Python package manager:
3945

4046
.. code:: bash

0 commit comments

Comments
 (0)