mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
Merge pull request #5 from ChristianHersevoort/patch-1
Update README.md
This commit is contained in:
commit
3fb56e9c3d
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ cargo build
|
||||||
A sample program implementing a headless Spotify Connect receiver is provided.
|
A sample program implementing a headless Spotify Connect receiver is provided.
|
||||||
Once you've built *librespot*, run it using :
|
Once you've built *librespot*, run it using :
|
||||||
```shell
|
```shell
|
||||||
target/debug/main -a APPKEY -u USERNAME -c CACHEDIR -d DEVICENAME
|
target/debug/main -a APPKEY -u USERNAME -c CACHEDIR -n DEVICENAME
|
||||||
```
|
```
|
||||||
where `APPKEY` is the path to a Spotify application key file, `USERNAME` is your
|
where `APPKEY` is the path to a Spotify application key file, `USERNAME` is your
|
||||||
Spotify username, `CACHEDIR` is the path to directory where data will be cached,
|
Spotify username, `CACHEDIR` is the path to directory where data will be cached,
|
||||||
|
|
Loading…
Reference in a new issue