diff options
author | streetturtle <streetturtle@gmail.com> | 2020-06-22 13:56:05 -0400 |
---|---|---|
committer | streetturtle <streetturtle@gmail.com> | 2020-06-22 13:56:05 -0400 |
commit | d7ce1f7f705cb2278ca8cd9380b761511513afcc (patch) | |
tree | b7cdafa60f22ec2c808cd5999a5696e76512a5da /spotify-widget | |
parent | 98544e60ff0454c8cb0a41fc1e5185e6c561c16c (diff) |
Fix #158
Diffstat (limited to 'spotify-widget')
-rw-r--r-- | spotify-widget/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spotify-widget/README.md b/spotify-widget/README.md index b1f8d25..e52e58f 100644 --- a/spotify-widget/README.md +++ b/spotify-widget/README.md @@ -62,8 +62,8 @@ Paused: First you need to have spotify CLI installed, it uses dbus to communicate with spotify-client: ```bash -git clone https://gist.github.com/wandernauta/6800547.git -cd ./6800547 +git clone https://gist.github.com/fa6258f3ff7b17747ee3.git +cd ./fa6258f3ff7b17747ee3 chmod +x sp sudo cp ./sp /usr/local/bin/ ``` |