Skip to content

Commit 085ac8b

Browse files
authored
Merge branch 'master' into stripfeat
2 parents d22a513 + 3c5d7ed commit 085ac8b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

docs/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ Other changes:
118118
- Refactored library.py file by splitting it into multiple modules within the
119119
beets/library directory.
120120
- Added a test to check that all plugins can be imported without errors.
121+
- :doc:`/guides/main`: Add instructions to install beets on Void Linux.
121122

122123
2.3.1 (May 14, 2025)
123124
--------------------

docs/guides/main.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ You will need Python. Beets works on Python 3.8 or later.
2626
which will probably set your computer on fire.)
2727
- On **Alpine Linux**, `beets is in the community repository <alpine package_>`_
2828
and can be installed with ``apk add beets``.
29+
- On **Void Linux**, `beets is in the official repository <void package_>`_ and
30+
can be installed with ``xbps-install -S beets``.
2931
- For **Gentoo Linux**, beets is in Portage as ``media-sound/beets``. Just run
3032
``emerge beets`` to install. There are several USE flags available for
3133
optional plugin dependencies.
@@ -61,6 +63,8 @@ You will need Python. Beets works on Python 3.8 or later.
6163

6264
.. _ubuntu details: https://launchpad.net/ubuntu/+source/beets
6365

66+
.. _void package: https://github.com/void-linux/void-packages/tree/master/srcpkgs/beets
67+
6468
If you have pip_, just say ``pip install beets`` (or ``pip install --user
6569
beets`` if you run into permissions problems).
6670

0 commit comments

Comments
 (0)