From 4bd78c94ba90d67a268c092231b85037c94a339a Mon Sep 17 00:00:00 2001 From: drkhsh Date: Fri, 28 Oct 2022 00:47:06 +0200 Subject: [PATCH] README: Add note about FreeBSD sndio dep --- README | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README b/README index cebad30..4da0756 100644 --- a/README +++ b/README @@ -35,8 +35,9 @@ Requirements Currently slstatus works on FreeBSD, Linux and OpenBSD. In order to build slstatus you need the Xlib header files. -For volume percentage on Linux the kernel module `snd-mixer-oss` must be -loaded. +- For volume percentage on Linux the kernel module `snd-mixer-oss` must be + loaded. +- For volume percentage on FreeBSD, `sndio` must be installed. Installation