diff --git a/README.md b/README.md index ec84daa..ebc267d 100644 --- a/README.md +++ b/README.md @@ -15,28 +15,26 @@ This library's import path is `go.arsenm.dev/infinitime`. ### Dependencies -This library requires `dbus`, `bluez`, `playerctl`, and `pactl` to function. The first two are for bluetooth, and the last two for music control. +This library requires `dbus`, `bluez`, and `pactl` to function. The first two are for bluetooth, and the last two for music control. #### Arch ```shell -sudo pacman -S dbus bluez playerctl --needed +sudo pacman -S dbus bluez libpulse --needed ``` #### Debian/Ubuntu ```shell -sudo apt install dbus bluez playerctl +sudo apt install dbus bluez pulseaudio-utils ``` #### Fedora ```shell -sudo dnf install dbus bluez playerctl +sudo dnf install dbus bluez pulseaudio-utils ``` -`pactl` comes with `pulseaudio` or `pipewire-pulse` and should therefore be installed on most systems already. - --- ### Features