From 15b39dd8cb60877822a6f1022fecc7bbf574a5e4 Mon Sep 17 00:00:00 2001 From: Daniel VG Date: Fri, 3 Jul 2020 13:31:35 +0200 Subject: [PATCH] Add comment to use `--locked` (#214) As described in: https://github.com/hrkfdn/ncspot/issues/212#issuecomment-652055797 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d6bbac..5e9232f 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ dnf install pulseaudio-libs-devel libxcb-devel openssl-devel ncurses-devel dbus- ## Usage -* Install the latest ncspot release using `cargo install ncspot` +* Install the latest ncspot release using `cargo install ncspot --locked`. Due to an upstream issue in the librespot dependency described in [#179](https://github.com/hrkfdn/ncspot/issues/179) the `--locked` flag is needed. Until a new [librespot](https://crates.io/crates/librespot) release(>0.1.1) is out, this workarround is needed. * or build it yourself using `cargo build --release` * both approaches require a working [Rust installation](https://www.rust-lang.org/tools/install) * For debugging, pass a debug log filename, e.g. `ncspot -d debug.log`