Skip to content

Commit

Permalink
Merge pull request plietar#30 from herrernst/rename-binary
Browse files Browse the repository at this point in the history
use a more descriptive binary name
  • Loading branch information
plietar committed Jan 4, 2016
2 parents f089f44 + 2372447 commit 2eeb1c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name = "librespot"
path = "src/lib.rs"

[[bin]]
name = "main"
name = "librespot"
path = "src/main.rs"

[dependencies.librespot-protocol]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ cargo build
A sample program implementing a headless Spotify Connect receiver is provided.
Once you've built *librespot*, run it using :
```shell
target/debug/main -a APPKEY -u USERNAME -c CACHEDIR -n DEVICENAME
target/debug/librespot -a APPKEY -u USERNAME -c CACHEDIR -n DEVICENAME
```
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,
Expand Down

0 comments on commit 2eeb1c9

Please sign in to comment.