summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authordrkhsh <me@drkhsh.at>2022-10-28 00:47:06 +0200
committerdrkhsh <me@drkhsh.at>2022-10-28 01:03:56 +0200
commit4bd78c94ba90d67a268c092231b85037c94a339a (patch)
tree27f68849b8aaeece17411835fd303b020cc70ca0 /README
parentcce2e5ecb05cdf68831fbf44c5ab90f4e16364b3 (diff)
downloadslstatus-4bd78c94ba90d67a268c092231b85037c94a339a.tar.gz
README: Add note about FreeBSD sndio dep
Diffstat (limited to 'README')
-rw-r--r--README5
1 files 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