summaryrefslogtreecommitdiff
path: root/spotify-shell
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@gmail.com>2018-04-14 19:25:16 -0400
committerstreetturtle <streetturtle@gmail.com>2018-04-14 19:25:16 -0400
commit0a1aaef4245955d132078e09dbcab452cc1cbd99 (patch)
treedc5f736d138fdf4cf3556b5b7f0ea9499a4f999d /spotify-shell
parentb24aa5d041bfacbea5190bb778a5a44c328d3ee9 (diff)
parentfe0bd2af0811bd1d10b60cb92505c9c3154e31a9 (diff)
merge
Diffstat (limited to 'spotify-shell')
-rw-r--r--spotify-shell/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/spotify-shell/README.md b/spotify-shell/README.md
index 9987f68..4bc9af7 100644
--- a/spotify-shell/README.md
+++ b/spotify-shell/README.md
@@ -48,8 +48,8 @@ Keyboard navigation (copied from [`awful.prompt`](https://awesomewm.org/doc/api/
1. Install [sp](https://gist.github.com/streetturtle/fa6258f3ff7b17747ee3) - CLI client for [Spotify for Linux](https://www.spotify.com/ca-en/download/linux/):
```bash
- $ sudo git clone https://gist.github.com/fa6258f3ff7b17747ee3.git /opt/
- $ sudo ln -s /opt/sp /usr/local/bin/
+ $ sudo git clone https://gist.github.com/fa6258f3ff7b17747ee3.git ~/dev/
+ $ sudo ln -s ~/dev/sp /usr/local/bin/
```
Check if it works by running `sp help`.