From 258e52af5b6162df0e94a05c7dbd152a9b4bbd5e Mon Sep 17 00:00:00 2001 From: raspbeguy Date: Tue, 6 Feb 2024 09:19:17 +0100 Subject: [PATCH] Add alpine instructions --- docs/guides/main.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/guides/main.rst b/docs/guides/main.rst index 8dbb113c4..56de52337 100644 --- a/docs/guides/main.rst +++ b/docs/guides/main.rst @@ -30,6 +30,9 @@ Beets works on Python 3.6 or later. beets``. (There's also a bleeding-edge `dev package `_ in the AUR, which will probably set your computer on fire.) +* On **Alpine Linux**, `beets is in the community repository `_ + and can be installed with ``apk add beets``. + * For **Gentoo Linux**, beets is in Portage as ``media-sound/beets``. Just run ``emerge beets`` to install. There are several USE flags available for optional plugin dependencies. @@ -54,6 +57,7 @@ Beets works on Python 3.6 or later. .. _Ubuntu details: https://launchpad.net/ubuntu/+source/beets .. _OpenBSD: http://openports.se/audio/beets .. _Arch community: https://www.archlinux.org/packages/community/any/beets/ +.. _Alpine package: https://pkgs.alpinelinux.org/package/edge/community/x86_64/beets .. _NixOS: https://github.com/NixOS/nixpkgs/tree/master/pkgs/tools/audio/beets .. _MacPorts: https://www.macports.org