Update README.md

This commit is contained in:
streetturtle 2018-04-01 18:08:32 -04:00 committed by GitHub
parent 7eafdb21a8
commit 00b79b9bf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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/): 1. Install [sp](https://gist.github.com/streetturtle/fa6258f3ff7b17747ee3) - CLI client for [Spotify for Linux](https://www.spotify.com/ca-en/download/linux/):
```bash ```bash
$ sudo git clone https://gist.github.com/fa6258f3ff7b17747ee3.git /opt/ $ sudo git clone https://gist.github.com/fa6258f3ff7b17747ee3.git ~/dev/
$ sudo ln -s /opt/sp /usr/local/bin/ $ sudo ln -s ~/dev/sp /usr/local/bin/
``` ```
Check if it works by running `sp help`. Check if it works by running `sp help`.