diff options
author | streetturtle <streetturtle@users.noreply.github.com> | 2018-04-01 18:08:32 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-01 18:08:32 -0400 |
commit | 00b79b9bf2e4e553e6f3da7676d6caa3da6350ac (patch) | |
tree | dd9f4b61809a9c01c46b29111240e8c7d58bb4da | |
parent | 7eafdb21a8cc5053e6e82d2ac20d4ce8e5ac1efb (diff) |
Update README.md
-rw-r--r-- | spotify-shell/README.md | 4 |
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`. |