From 31d8d1f089b8a1323bf0d1fec3eb9266e758c2ff Mon Sep 17 00:00:00 2001 From: Joshua Strobl Date: Sat, 25 Nov 2017 18:19:26 +0200 Subject: [PATCH] Add Solus as an OS where beets is available. --- docs/guides/main.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/guides/main.rst b/docs/guides/main.rst index f0b3635c2..63e0f49c5 100644 --- a/docs/guides/main.rst +++ b/docs/guides/main.rst @@ -43,6 +43,8 @@ Beets works on `Python 2.7`_ and Python 3.4 or later. * On **Fedora** 22 or later, there is a `DNF package`_ (or three):: $ sudo dnf install beets beets-plugins beets-doc + +* On **Solus**, run ``eopkg install beets``. * On **NixOS**, run ``nix-env -i beets``.