Add scoop instruction for installation
This commit is contained in:
committed by
Henrik Friedrichsen
parent
c7044e4b5c
commit
dfce9683dc
12
README.md
12
README.md
@@ -71,11 +71,7 @@ You can find it under `target/debian`.
|
|||||||
|
|
||||||
### On Windows
|
### On Windows
|
||||||
|
|
||||||
Make sure you're using MSVC toolchain
|
ncspot is available via Scoop: `scoop install ncspot`
|
||||||
|
|
||||||
```
|
|
||||||
cargo install ncspot --no-default-features --features rodio_backend,cursive/pancurses-backend
|
|
||||||
```
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
@@ -87,11 +83,13 @@ cargo install ncspot --no-default-features --features rodio_backend,cursive/panc
|
|||||||
## Audio backends
|
## Audio backends
|
||||||
|
|
||||||
By default ncspot is built using the PulseAudio backend. To make it use the
|
By default ncspot is built using the PulseAudio backend. To make it use the
|
||||||
PortAudio backend (e.g. for *BSD or macOS), you need to recompile ncspot with
|
PortAudio backend (e.g. for *BSD or macOS) or Rodio backend (e.g. for Windows),
|
||||||
the `portaudio_backend` feature:
|
you need to recompile ncspot with the respective features:
|
||||||
|
|
||||||
* `cargo run --no-default-features --features
|
* `cargo run --no-default-features --features
|
||||||
portaudio_backend,cursive/pancurses-backend`
|
portaudio_backend,cursive/pancurses-backend`
|
||||||
|
* `cargo run --no-default-features --features
|
||||||
|
rodio_backend,cursive/pancurses-backend`
|
||||||
|
|
||||||
### Key Bindings
|
### Key Bindings
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user