Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add scoop instruction for installation #602

Merged
merged 1 commit into from
Sep 18, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,7 @@ You can find it under `target/debian`.

### On Windows

Make sure you're using MSVC toolchain

```
cargo install ncspot --no-default-features --features rodio_backend,cursive/pancurses-backend
```
ncspot is available via Scoop: `scoop install ncspot`

## Usage

Expand All @@ -87,11 +83,13 @@ cargo install ncspot --no-default-features --features rodio_backend,cursive/panc
## Audio backends

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
the `portaudio_backend` feature:
PortAudio backend (e.g. for *BSD or macOS) or Rodio backend (e.g. for Windows),
you need to recompile ncspot with the respective features:

* `cargo run --no-default-features --features
portaudio_backend,cursive/pancurses-backend`
* `cargo run --no-default-features --features
rodio_backend,cursive/pancurses-backend`

### Key Bindings

Expand Down