Skip to content

Commit d051d15

Browse files
authored
Add Scoop installation instruction to Readme (#263)
* Add Scoop installation instruction * Update daemon feature note for Windows
1 parent 6d3a2ea commit d051d15

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@ Application's prebuilt binaries can be found in the [Releases Page](https://gith
113113

114114
Run `brew install spotify_player` to install the application.
115115

116+
### Scoop
117+
118+
Run `scoop install spotify-player` to install the application.
119+
116120
### Cargo
117121

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

301305
**Notes**:
302306

307+
- `daemon` feature is not supported on Windows
303308
- `daemon` feature requires the `streaming` feature to be enabled and the application to be built with [an audio backend](#audio-backend)
304-
- 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**:
309+
- 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**:
305310

306311
```shell
307312
cargo install spotify_player --no-default-features --features daemon,rodio-backend

0 commit comments

Comments
 (0)