fix build instructions for portaudio

when disabling all default features, the pancurses backend get's dropped as
well, effectively breaking the build.

fixes #70
This commit is contained in:
Henrik Friedrichsen
2019-05-11 19:36:28 +02:00
parent 4a6ffbfc08
commit 9e81903d43

View File

@@ -111,4 +111,5 @@ By default ncspot is built using the Rodio backend. To make it use the
PortAudio backend (e.g. *BSD), you need to recompile ncspot with the
`portaudio_backend` feature:
* `cargo run --no-default-features --features portaudio_backend`
* `cargo run --no-default-features --features
portaudio_backend,cursive/pancurses-backend`