Skip to content

Commit

Permalink
Add Scoop installation instruction to Readme (#263)
Browse files Browse the repository at this point in the history
* Add Scoop installation instruction

* Update daemon feature note for Windows
  • Loading branch information
rashil2000 authored Oct 2, 2023
1 parent 6d3a2ea commit d051d15
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@ Application's prebuilt binaries can be found in the [Releases Page](https://gith

Run `brew install spotify_player` to install the application.

### Scoop

Run `scoop install spotify-player` to install the application.

### Cargo

Run `cargo install spotify_player` to install the application from [crates.io](https://crates.io/crates/spotify_player).
Expand Down Expand Up @@ -300,8 +304,9 @@ You can run the application as a daemon by specifying the `-d` or `--daemon` opt

**Notes**:

- `daemon` feature is not supported on Windows
- `daemon` feature requires the `streaming` feature to be enabled and the application to be built with [an audio backend](#audio-backend)
- because of the OS's restrictions, `daemon` feature doesn't work with the `media-control` feature on Windows and MacOS, which is **enabled by default**. In other words, if you want to use the `daemon` feature on Windows or MacOS, you must install the application with `media-control` feature **disabled**:
- because of the OS's restrictions, `daemon` feature doesn't work with the `media-control` feature on MacOS, which is **enabled by default**. In other words, if you want to use the `daemon` feature on MacOS, you must install the application with `media-control` feature **disabled**:

```shell
cargo install spotify_player --no-default-features --features daemon,rodio-backend
Expand Down

0 comments on commit d051d15

Please sign in to comment.