From 70006a3d7bbea42e40739e7921ec4a38180b31c9 Mon Sep 17 00:00:00 2001 From: Arsen Musayelyan Date: Wed, 24 Nov 2021 16:46:57 -0800 Subject: [PATCH] Remove playerctl from depencency list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8b1c04..911a2cd 100644 --- a/README.md +++ b/README.md @@ -177,7 +177,7 @@ To cross compile, simply set the go environment variables. For example, for Pine make GOOS=linux GOARCH=arm64 ``` -This will compile `itd` and `itctl` for Linux aarch64 which is what runs on the PinePhone. This daemon only runs on Linux due to the library's dependencies (`dbus`, `bluez`, and `playerctl` specifically). +This will compile `itd` and `itctl` for Linux aarch64 which is what runs on the PinePhone. This daemon only runs on Linux due to the library's dependencies (`dbus`, and `bluez` specifically). ---