diff options
author | streetturtle <streetturtle@gmail.com> | 2018-04-14 19:25:16 -0400 |
---|---|---|
committer | streetturtle <streetturtle@gmail.com> | 2018-04-14 19:25:16 -0400 |
commit | 0a1aaef4245955d132078e09dbcab452cc1cbd99 (patch) | |
tree | dc5f736d138fdf4cf3556b5b7f0ea9499a4f999d /spotify-shell/README.md | |
parent | b24aa5d041bfacbea5190bb778a5a44c328d3ee9 (diff) | |
parent | fe0bd2af0811bd1d10b60cb92505c9c3154e31a9 (diff) |
merge
Diffstat (limited to 'spotify-shell/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`. |