summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrkhsh <me@drkhsh.at>2022-10-28 00:47:06 +0200
committerRafael Marçalo <raroma09@gmail.com>2022-10-28 22:22:41 +0100
commita50807c7c0e07d399ee4d4224306f2eb5bba413d (patch)
tree41a215a2af1e16ed5a41d8750863a6e4ac225c69
parent7f00bf6b0b85d23818d6481f771073d82f1dd704 (diff)
README: Add note about FreeBSD sndio dep
-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