Skip to content

Commit 3c5d7ed

Browse files
authored
Get started: Add instructions for Void Linux (#5921)
## Description Add instructions to install beets on Void Linux to the get started section.
2 parents b7091bf + 5c7d49e commit 3c5d7ed

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
@@ -117,6 +117,7 @@ Other changes:
117117
- Refactored library.py file by splitting it into multiple modules within the
118118
beets/library directory.
119119
- Added a test to check that all plugins can be imported without errors.
120+
- :doc:`/guides/main`: Add instructions to install beets on Void Linux.
120121

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

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)