Skip to content

Commit f190f2d

Browse files
DimitriPapadopoulosadrienverge
authored andcommitted
doc: Update the name of BSD ports
Both FreeBSD and OpenBSD ports have new names: - https://www.freshports.org/devel/py-yamllint - https://openports.pl/path/devel/py-yamllint
1 parent ecde82e commit f190f2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/quickstart.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ On FreeBSD:
2727

2828
.. code:: sh
2929
30-
pkg install py36-yamllint
30+
pkg install py-yamllint
3131
3232
On OpenBSD:
3333

3434
.. code:: sh
3535
36-
doas pkg_add py3-yamllint
36+
doas pkg_add py-yamllint
3737
3838
Alternatively using pip, the Python package manager:
3939

0 commit comments

Comments
 (0)