Fix path to main binary in README.md

This commit is contained in:
Paul Lietar 2015-07-14 23:52:38 +01:00
parent 9b924d1c47
commit 17fdca40dd

View file

@ -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/release/main APPKEY USERNAME PASSWORD CACHEDIR DEVICENAME target/debug/main APPKEY USERNAME PASSWORD CACHEDIR DEVICENAME
``` ```
where `APPKEY` is the path to a Spotify application key file, `USERNAME` and where `APPKEY` is the path to a Spotify application key file, `USERNAME` and
`PASSWORD` are your Spotify credentials, `CACHEDIR` is the path to directory `PASSWORD` are your Spotify credentials, `CACHEDIR` is the path to directory